From 63e08b15bcfa3f76e896eaf94e4d6087756ffabd Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 3 Feb 2020 17:07:01 +0100 Subject: [PATCH] Revert "Change loglevel INFO to use black textcolor (#1459)" (#1467) This reverts commit 0b44df366c38a3bdd8faf1a3f5f514731d1ffefa. --- hassio/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",