From 3966d263b86f44477762b63123f91ef27fb37677 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 14 Nov 2013 12:37:09 +0100 Subject: White foreground instead black for the colored log level labels --- pyload/Core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/Core.py') 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', -- cgit v1.2.3