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