Исправлен формат представления лога

This commit is contained in:
2026-07-19 20:10:44 +03:00
parent a6c9db1a71
commit e40d5a4159
4 changed files with 17 additions and 10 deletions

View File

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