watchd: optional debug output
This commit is contained in:
@@ -20,6 +20,8 @@ def load():
|
||||
timeout = parser.getint('watcherd', 'timeout')
|
||||
submit_after = parser.getint('watcherd', 'submit_after')
|
||||
use_ssl = parser.getboolean('watcherd', 'use_ssl')
|
||||
global watchd_debug
|
||||
watchd_debug = parser.getboolean('watcherd', 'debug')
|
||||
|
||||
# allow overriding select items from the commandline
|
||||
import argparse
|
||||
|
||||
Reference in New Issue
Block a user