Default logger output UTF-8
- fixes errors when using locales other than EN
This commit is contained in:
parent
0dde976dec
commit
114563ed2f
|
@ -73,6 +73,7 @@ def configureLogging():
|
||||||
'filename': shared.appdata + 'debug.log',
|
'filename': shared.appdata + 'debug.log',
|
||||||
'maxBytes': 2097152, # 2 MiB
|
'maxBytes': 2097152, # 2 MiB
|
||||||
'backupCount': 1,
|
'backupCount': 1,
|
||||||
|
'encoding': 'UTF-8',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'loggers': {
|
'loggers': {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user