]> git.llucax.com Git - software/pymin.git/blobdiff - config.py
Add logging to pymin.services.vpn module.
[software/pymin.git] / config.py
index 295a0fca67c4b82d43a33b4bb520b2a82cf3b36b..e16262d1ee09dcfdf84ae42b162738642df6b025 100644 (file)
--- a/config.py
+++ b/config.py
@@ -4,7 +4,7 @@
 import logging
 logging.basicConfig(
         level   = logging.DEBUG,
-        format  = '%(asctime)s %(name)-18s %(levelname)-8s %(message)s',
+        format  = '%(asctime)s %(name)-24s %(levelname)-8s %(message)s',
         datefmt = '%a, %d %b %Y %H:%M:%S',
 )