fix agent debug/logging

This commit is contained in:
ziirish 2016-04-27 18:47:03 +02:00
parent 0c6949d27b
commit 8407d0f32c
2 changed files with 7 additions and 7 deletions

View file

@ -111,7 +111,7 @@ def agent(options=None):
check_config(conf)
agent = Agent(conf, options.log, options.logfile)
agent = Agent(conf, options.log, options.logfile, options.debug)
agent.run()