X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/cb240b3570569bb611b088d3b38696960f367855..5a0b7aa969cfabb1d087088975cf013d4d446180:/config.py diff --git a/config.py b/config.py index 7b902a1..e16262d 100644 --- 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', )