diff --git a/mopidy/settings.py b/mopidy/settings.py index 43349bd2..e88e4ed6 100644 --- a/mopidy/settings.py +++ b/mopidy/settings.py @@ -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'