Fix non-ascii logging
Tested with UTF-8, KOI8-R and ISO-8859-2 encodings.
This commit is contained in:
parent
66b3c6d881
commit
8709051005
|
@ -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…
Reference in New Issue
Block a user