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': {