This commit is contained in:
Zach Osman 2021-04-04 15:46:02 -04:00
parent 45e61dd83e
commit 9b2af4eb4c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ def log(*args, **kwargs):
# Attempt to colorize the output if supported
# Insert default colors and override with **kwargs
if supports_color():
kwargs = {'bg' : 'black', 'fg': 'white', **kwargs}
kwargs = {'fg': 'white', **kwargs}
string = stylize_output(string, **kwargs)
# If a logfile is defined in storage,