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

This reverts commit 0b44df366c38a3bdd8faf1a3f5f514731d1ffefa.
This commit is contained in:
Pascal Vizeli 2020-02-03 17:07:01 +01:00 committed by GitHub
parent 319b2b5d4c
commit 63e08b15bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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