Add logger name to log output

This commit is contained in:
Stein Magnus Jodal 2009-12-23 21:02:51 +01:00
parent 2af784f79a
commit 8c7c2a65c9

View File

@ -1,4 +1,4 @@
CONSOLE_LOG_FORMAT = u'%(levelname)-8s %(asctime)s\n %(message)s'
CONSOLE_LOG_FORMAT = u'%(levelname)-8s %(asctime)s %(name)s\n %(message)s'
MPD_LINE_ENCODING = u'utf-8'
MPD_LINE_TERMINATOR = u'\n'
MPD_SERVER_HOSTNAME = u'localhost'