Skip to content

Commit 33151fd

Browse files
authored
Create logging.py
1 parent b8cf514 commit 33151fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/core/logging.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import logging
2+
3+
def configure_logging():
4+
logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s")

0 commit comments

Comments
 (0)