mirror of https://github.com/kivy/kivy.git
logger: increase section
This commit is contained in:
parent
8b96661a66
commit
5463fbc89b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue