Revert "Change loglevel INFO to use black textcolor (#1459)" (#1467)

This reverts commit 0b44df366c.
This commit is contained in:
Pascal Vizeli
2020-02-03 17:07:01 +01:00
committed by GitHub
parent 319b2b5d4c
commit 63e08b15bc

View File

@@ -177,7 +177,7 @@ def initialize_logging():
reset=True,
log_colors={
"DEBUG": "cyan",
"INFO": "black",
"INFO": "green",
"WARNING": "yellow",
"ERROR": "red",
"CRITICAL": "red",