From 0b44df366c38a3bdd8faf1a3f5f514731d1ffefa Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 29 Jan 2020 08:45:30 +0100 Subject: [PATCH] Change loglevel INFO to use black textcolor (#1459) --- hassio/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/bootstrap.py b/hassio/bootstrap.py index ca9e930ca..c4c35c513 100644 --- a/hassio/bootstrap.py +++ b/hassio/bootstrap.py @@ -177,7 +177,7 @@ def initialize_logging(): reset=True, log_colors={ "DEBUG": "cyan", - "INFO": "green", + "INFO": "black", "WARNING": "yellow", "ERROR": "red", "CRITICAL": "red",