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",