Add threadName to log format

This commit is contained in:
Stein Magnus Jodal 2010-01-27 15:06:19 +01:00
parent a0426c702d
commit 77af150756

View File

@ -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'