This commit is contained in:
SG
2025-06-17 13:46:08 +03:00
parent 0583eb07ee
commit 438a8d6a14
3 changed files with 7 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ from config import Config
# Logging config section
LOG_TO = sys.stdout
LOG_LEVEL = logging.DEBUG
LOG_LEVEL = logging.INFO
logger = logging.getLogger(Config.APP_NAME)
logger.setLevel(LOG_LEVEL)