diff --git a/hassio/bootstrap.py b/hassio/bootstrap.py index c4c35c513..ca9e930ca 100644 --- a/hassio/bootstrap.py +++ b/hassio/bootstrap.py @@ -177,7 +177,7 @@ def initialize_logging(): reset=True, log_colors={ "DEBUG": "cyan", - "INFO": "black", + "INFO": "green", "WARNING": "yellow", "ERROR": "red", "CRITICAL": "red",