wrong argument.

This commit is contained in:
Stefan Midjich 2016-04-20 18:26:25 +02:00
parent d304ff0e4d
commit 35a49c57ae
1 changed files with 1 additions and 1 deletions

View File

@ -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')