Fix non-ascii logging

Tested with UTF-8, KOI8-R and ISO-8859-2 encodings.
master
Peter Šurda 5 years ago
parent 66b3c6d881
commit 8709051005
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

@ -54,7 +54,7 @@ def configureLogging():
'version': 1,
'formatters': {
'default': {
'format': '%(asctime)s - %(levelname)s - %(message)s',
'format': u'%(asctime)s - %(levelname)s - %(message)s',
},
},
'handlers': {

Loading…
Cancel
Save