initial commit
This commit is contained in:
8
backend/app/core/logging_config.py
Normal file
8
backend/app/core/logging_config.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import logging
|
||||
|
||||
def setup_logging():
|
||||
"""
|
||||
Sets up the logging for the application.
|
||||
"""
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
logger = logging.getLogger(__name__)
|
||||
Reference in New Issue
Block a user