From 114563ed2feaad3ac2f14193254f1a620b59b8e5 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Tue, 6 Dec 2016 16:15:37 +0100 Subject: [PATCH] Default logger output UTF-8 - fixes errors when using locales other than EN --- src/debug.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/debug.py b/src/debug.py index 606308a0..cdf8d8cb 100644 --- a/src/debug.py +++ b/src/debug.py @@ -73,6 +73,7 @@ def configureLogging(): 'filename': shared.appdata + 'debug.log', 'maxBytes': 2097152, # 2 MiB 'backupCount': 1, + 'encoding': 'UTF-8', } }, 'loggers': {