]> git.llucax.com Git - software/pymin.git/commitdiff
Improve logging format.
authorLeandro Lucarella <llucax@gmail.com>
Sat, 17 Nov 2007 22:39:52 +0000 (19:39 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 18 Nov 2007 02:53:18 +0000 (23:53 -0300)
config.py

index 7b902a13243c3faa8109557826c28a1ab354e102..295a0fca67c4b82d43a33b4bb520b2a82cf3b36b 100644 (file)
--- a/config.py
+++ b/config.py
@@ -4,7 +4,7 @@
 import logging
 logging.basicConfig(
         level   = logging.DEBUG,
 import logging
 logging.basicConfig(
         level   = logging.DEBUG,
-        format  = '%(asctime)s %(name)-12s %(levelname)-8s %(message)s',
+        format  = '%(asctime)s %(name)-18s %(levelname)-8s %(message)s',
         datefmt = '%a, %d %b %Y %H:%M:%S',
 )
 
         datefmt = '%a, %d %b %Y %H:%M:%S',
 )