mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-08 17:56:33 +00:00
Change loglevel INFO to use black textcolor (#1459)
This commit is contained in:
parent
f253c797af
commit
0b44df366c
@ -177,7 +177,7 @@ def initialize_logging():
|
|||||||
reset=True,
|
reset=True,
|
||||||
log_colors={
|
log_colors={
|
||||||
"DEBUG": "cyan",
|
"DEBUG": "cyan",
|
||||||
"INFO": "green",
|
"INFO": "black",
|
||||||
"WARNING": "yellow",
|
"WARNING": "yellow",
|
||||||
"ERROR": "red",
|
"ERROR": "red",
|
||||||
"CRITICAL": "red",
|
"CRITICAL": "red",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user