This commit is contained in:
parent
cbb4533855
commit
d8a4481aab
|
@ -6,7 +6,7 @@ def get_colorful_logger(name):
|
|||
formatter = colorlog.ColoredFormatter(
|
||||
"%(log_color)s%(levelname)-8s%(reset)s %(yellow)s[%(name)s]%(reset)s %(white)s%(message)s",
|
||||
log_colors={
|
||||
'DEBUG': 'grey',
|
||||
'DEBUG': 'light_black',
|
||||
'INFO': 'green',
|
||||
'WARNING': 'yellow',
|
||||
'ERROR': 'red',
|
||||
|
|
Loading…
Reference in New Issue
Block a user