logger: increase section

This commit is contained in:
Mathieu Virbel 2010-11-05 23:17:51 -04:00
parent 8b96661a66
commit 5463fbc89b
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class ColoredFormatter(logging.Formatter):
try:
msg = record.msg.split(':', 1)
if len(msg) == 2:
record.msg = '[%-8s]%s' % (msg[0], msg[1])
record.msg = '[%-12s]%s' % (msg[0], msg[1])
except:
pass
levelname = record.levelname