diff options
author | Walter Purcaro <vuolter@gmail.com> | 2013-11-16 21:51:12 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2013-11-16 21:51:12 +0100 |
commit | 73a1a2ff63cd3a2372b8c5c7cb959f51babe9222 (patch) | |
tree | 157c3546d60b4a7dbe9dbc04645da82d2fee1016 /pyload/config/default.py | |
parent | White foreground instead black for the colored log level labels (diff) | |
download | pyload-73a1a2ff63cd3a2372b8c5c7cb959f51babe9222.tar.xz |
Fixed logfile color codes (colorize console only) + settable color log type + cleaned pyload init_logger code
Diffstat (limited to 'pyload/config/default.py')
-rw-r--r-- | pyload/config/default.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/config/default.py b/pyload/config/default.py index 0ae1a2649..8e2dcae74 100644 --- a/pyload/config/default.py +++ b/pyload/config/default.py @@ -25,6 +25,7 @@ def make_config(config): ("file_log", "bool", _("File Log"), True), ("log_count", "int", _("Count"), 5), ("log_rotate", "bool", _("Log Rotate"), True), + ("console_color", "No;Light;Full", _("Colorize Console"), "Light"), ]) config.addConfigSection("permission", _("Permissions"), _("Description"), _("Long description"), |