mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
wrong argument.
This commit is contained in:
parent
d304ff0e4d
commit
35a49c57ae
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue