summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2013-11-14 12:37:09 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2013-11-14 12:37:09 +0100
commit3966d263b86f44477762b63123f91ef27fb37677 (patch)
tree7d63b4f68fd2eddc3bfa5691c953b9c447f2a60f
parentColoured logging (diff)
downloadpyload-3966d263b86f44477762b63123f91ef27fb37677.tar.xz
White foreground instead black for the colored log level labels
-rw-r--r--pyload/Core.py2
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',