first commit
This commit is contained in:
7
backend/app/core/logging.py
Normal file
7
backend/app/core/logging.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import logging
|
||||
|
||||
def setup_logging():
|
||||
logging.basicConfig(
|
||||
level=logging.INFO,
|
||||
format="%(asctime)s %(levelname)s %(name)s: %(message)s",
|
||||
)
|
||||
Reference in New Issue
Block a user