From cf66929ce4491f4fd7d9683df26678d3e7c875bd Mon Sep 17 00:00:00 2001 From: Markus-Rost Date: Tue, 24 Nov 2020 01:30:29 +0100 Subject: [PATCH] encode log files --- settings.json.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.json.example b/settings.json.example index 2070561..2ade1fd 100644 --- a/settings.json.example +++ b/settings.json.example @@ -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