Again the hack is too great to mention.. but the amount of covers are now limited.
[jamaendo] / jamaui / __init__.py
index 505bc11..fd73b72 100644 (file)
@@ -26,8 +26,8 @@ import logging
 import sys
 
 LOG_FILENAME = '/tmp/jamaendo.log'
-LOG_LEVEL = logging.DEBUG
-
-# 
-logging.basicConfig(filename=LOG_FILENAME, level=LOG_LEVEL, format="%(name)-15s: [%(lineno)4d] %(levelname)-8s %(message)s")
+LOG_LEVEL = logging.INFO
+#LOG_FORMAT = "%(asctime)s %(name)-19s %(levelname)-5s - %(message)s"
+LOG_FORMAT = "%(asctime)s %(name)-10s: [%(lineno)4d] %(levelname)-5s %(message)s"
+logging.basicConfig(filename=LOG_FILENAME, level=LOG_LEVEL, format=LOG_FORMAT)