diff options
author | Walter Purcaro <vuolter@gmail.com> | 2013-11-14 12:37:09 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2013-11-14 12:37:09 +0100 |
commit | 3966d263b86f44477762b63123f91ef27fb37677 (patch) | |
tree | 7d63b4f68fd2eddc3bfa5691c953b9c447f2a60f | |
parent | Coloured logging (diff) | |
download | pyload-3966d263b86f44477762b63123f91ef27fb37677.tar.xz |
White foreground instead black for the colored log level labels
-rw-r--r-- | pyload/Core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/Core.py b/pyload/Core.py index 96421d862..bdf8af35f 100644 --- a/pyload/Core.py +++ b/pyload/Core.py @@ -520,7 +520,7 @@ class Core(object): tfrm = "%Y-%m-%d %H:%M:%S" frm = ColoredFormatter( - format="%(asctime)s %(log_color)s%(bold)s%(black)s %(levelname)+8s %(reset)s %(message)s", + format="%(asctime)s %(log_color)s%(bold)s%(white)s %(levelname)+8s %(reset)s %(message)s", datefmt=tfrm, log_colors={ 'DEBUG': 'bg_cyan', |