]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/logger.py
Huge commit… Running last.fm track mode
[mpd-sima.git] / sima / lib / logger.py
index 752118847658688be6e8cacaf2ef59fae11e4221..807f10fcca1d279cfdaa3147a98f172468fb736c 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2009, 2010, 2013 Jack Kaliko <efrim@azylum.org>
+# Copyright (c) 2009, 2010, 2013 Jack Kaliko <kaliko@azylum.org>
 #
 #  This file is part of sima
 #
 Logging facility for sima.
 """
 
+# standard library import
 import logging
 import sys
 
+
 LOG_FORMATS = {
-        logging.DEBUG: '{asctime} {filename}:{lineno}({funcName}) {levelname}: {message}',
+        logging.DEBUG: '{asctime} {filename}:{lineno}({funcName}) '
+                                 '{levelname}: {message}',
         logging.INFO:  '{asctime} {levelname}: {message}'
         }
 DATE_FMT = "%Y-%m-%d %H:%M:%S"