Change loglevel INFO to use black textcolor (#1459)

This commit is contained in:
Franck Nijhof 2020-01-29 08:45:30 +01:00 committed by GitHub
parent f253c797af
commit 0b44df366c
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": "green", "INFO": "black",
"WARNING": "yellow", "WARNING": "yellow",
"ERROR": "red", "ERROR": "red",
"CRITICAL": "red", "CRITICAL": "red",