Default logger output UTF-8

- fixes errors when using locales other than EN
This commit is contained in:
Peter Šurda 2016-12-06 16:15:37 +01:00
parent 0dde976dec
commit 114563ed2f
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ def configureLogging():
'filename': shared.appdata + 'debug.log',
'maxBytes': 2097152, # 2 MiB
'backupCount': 1,
'encoding': 'UTF-8',
}
},
'loggers': {