Исправление двойного логирования ошибок

This commit is contained in:
2026-07-19 19:45:03 +03:00
parent 7c13582fdb
commit a6c9db1a71
6 changed files with 80 additions and 24 deletions

View File

@@ -53,7 +53,7 @@ LOGGING = {
"formatters": {
"custom_format": {
"format": "{asctime} [{levelname}] {message}",
"format": "\n{asctime} [{levelname}] {message}",
"datefmt": "%Y-%m-%d %H:%M:%S",
"style": "{",
},