nosentry
Some checks failed
Deploy to core / deploy (push) Failing after 1m56s

This commit is contained in:
2024-02-20 17:54:43 +03:00
parent f283ea048b
commit 40e52b4d71
2 changed files with 2 additions and 3 deletions

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': 'cyan',
'DEBUG': 'grey',
'INFO': 'green',
'WARNING': 'yellow',
'ERROR': 'red',