FIX: better orange for "status" log level
This commit is contained in:
parent
0654737884
commit
850df10aa2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user