Add threadName to log format
This commit is contained in:
parent
a0426c702d
commit
77af150756
@ -1,4 +1,4 @@
|
||||
CONSOLE_LOG_FORMAT = u'%(levelname)-8s %(asctime)s %(name)s\n %(message)s'
|
||||
CONSOLE_LOG_FORMAT = u'%(levelname)-8s %(asctime)s [%(threadName)s] %(name)s\n %(message)s'
|
||||
MPD_LINE_ENCODING = u'utf-8'
|
||||
MPD_LINE_TERMINATOR = u'\n'
|
||||
MPD_SERVER_HOSTNAME = u'localhost'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user