From 35a49c57aec7a71dd7ddc4938450c95d861fae59 Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Wed, 20 Apr 2016 18:26:25 +0200 Subject: [PATCH] wrong argument. --- plugins/sample_log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sample_log.py b/plugins/sample_log.py index 3a91174..351071b 100644 --- a/plugins/sample_log.py +++ b/plugins/sample_log.py @@ -22,7 +22,7 @@ def run(arg): l = getLogger('plugin_log') l.addHandler(logHandler) - if config.getboolean('sample_log', 'debug', False): + if config.getboolean('sample_log', 'debug'): l.setLevel(DEBUG) l.debug('debug logging enabled')