mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
encode log files
This commit is contained in:
parent
b583ed097e
commit
cf66929ce4
|
@ -26,6 +26,7 @@
|
||||||
"formatter": "standard",
|
"formatter": "standard",
|
||||||
"class": "logging.handlers.TimedRotatingFileHandler",
|
"class": "logging.handlers.TimedRotatingFileHandler",
|
||||||
"filename": "logs/error.log",
|
"filename": "logs/error.log",
|
||||||
|
"encoding": "utf8",
|
||||||
"interval": 7,
|
"interval": 7,
|
||||||
"when": "D",
|
"when": "D",
|
||||||
"level": 25
|
"level": 25
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
"formatter": "standard",
|
"formatter": "standard",
|
||||||
"class": "logging.handlers.TimedRotatingFileHandler",
|
"class": "logging.handlers.TimedRotatingFileHandler",
|
||||||
"filename": "logs/debug.log",
|
"filename": "logs/debug.log",
|
||||||
|
"encoding": "utf8",
|
||||||
"interval": 7,
|
"interval": 7,
|
||||||
"when": "D",
|
"when": "D",
|
||||||
"level": 0
|
"level": 0
|
||||||
|
|
Loading…
Reference in a new issue