]> git.llucax.com Git - software/pymin.git/blobdiff - config.py
Merge commit 'llucax/logging' into logging
[software/pymin.git] / config.py
index 7b902a13243c3faa8109557826c28a1ab354e102..e16262d1ee09dcfdf84ae42b162738642df6b025 100644 (file)
--- a/config.py
+++ b/config.py
@@ -4,7 +4,7 @@
 import logging
 logging.basicConfig(
         level   = logging.DEBUG,
-        format  = '%(asctime)s %(name)-12s %(levelname)-8s %(message)s',
+        format  = '%(asctime)s %(name)-24s %(levelname)-8s %(message)s',
         datefmt = '%a, %d %b %Y %H:%M:%S',
 )