logging: Restore more discreet DEBUG color
This commit is contained in:
parent
72819cdb67
commit
e52e85022a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ RESET_SEQ = "\033[0m"
|
||||||
COLOR_SEQ = "%s%%s" + RESET_SEQ
|
COLOR_SEQ = "%s%%s" + RESET_SEQ
|
||||||
|
|
||||||
COLORS = {
|
COLORS = {
|
||||||
'DEBUG': COLOR_SEQ % "\033[1;36m",
|
'DEBUG': COLOR_SEQ % "\033[0;36m",
|
||||||
'INFO': COLOR_SEQ % "\033[32m",
|
'INFO': COLOR_SEQ % "\033[32m",
|
||||||
'WARNING': COLOR_SEQ % "\033[1;33m",
|
'WARNING': COLOR_SEQ % "\033[1;33m",
|
||||||
'ERROR': COLOR_SEQ % "\033[1;31m",
|
'ERROR': COLOR_SEQ % "\033[1;31m",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue