encode log files

This commit is contained in:
Markus-Rost 2020-11-24 01:30:29 +01:00
parent b583ed097e
commit cf66929ce4

View file

@ -26,6 +26,7 @@
"formatter": "standard",
"class": "logging.handlers.TimedRotatingFileHandler",
"filename": "logs/error.log",
"encoding": "utf8",
"interval": 7,
"when": "D",
"level": 25
@ -34,6 +35,7 @@
"formatter": "standard",
"class": "logging.handlers.TimedRotatingFileHandler",
"filename": "logs/debug.log",
"encoding": "utf8",
"interval": 7,
"when": "D",
"level": 0