This commit is contained in:
algizn97
2025-08-25 17:07:50 +05:00
parent 39b8d17498
commit 61979653e0

View File

@@ -80,5 +80,10 @@ LOGGING_CONFIG = {
"level": "DEBUG",
"propagate": False,
},
"conditions_settings": {
"handlers": ["console", "timed_rotating_file"],
"level": "DEBUG",
"propagate": False,
},
},
}