From 77af150756021ac4027e290b5d538e0525d812b9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 27 Jan 2010 15:06:19 +0100 Subject: [PATCH] Add threadName to log format --- mopidy/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/settings.py b/mopidy/settings.py index b65c614d..18e8d971 100644 --- a/mopidy/settings.py +++ b/mopidy/settings.py @@ -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'