logger-fix
All checks were successful
Deploy to core / deploy (push) Successful in 3m17s

This commit is contained in:
Untone 2024-02-20 18:10:36 +03:00
parent cbb4533855
commit d8a4481aab

View File

@ -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',