FIX: better orange for "status" log level

This commit is contained in:
Gourieff 2023-08-02 18:45:32 +07:00
parent 0654737884
commit 850df10aa2

View File

@ -9,7 +9,7 @@ from scripts.globals import IS_RUN
class ColoredFormatter(logging.Formatter):
COLORS = {
"DEBUG": "\033[0;36m", # CYAN
"STATUS": "\033[38;5;137m", # Calm ORANGE
"STATUS": "\033[38;5;173m", # Calm ORANGE
"INFO": "\033[0;32m", # GREEN
"WARNING": "\033[0;33m", # YELLOW
"ERROR": "\033[0;31m", # RED