Исправление двойного логирования ошибок
This commit is contained in:
@@ -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": "{",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user