diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-17 14:07:47 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-17 14:07:47 +0100 |
commit | 02282573d6ba32e164044daab192eb7b5cb14046 (patch) | |
tree | 9a761ff2891cda0d76bc5be54a03344163ecb088 /pyload/config | |
parent | refactored pluginManager (diff) | |
parent | Applied RaNaN advice (diff) | |
download | pyload-02282573d6ba32e164044daab192eb7b5cb14046.tar.xz |
Merge pull request #379 from vuolter/m/c_logging
Coloured CLI
Diffstat (limited to 'pyload/config')
-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"), |