Commit 91d4bb09 authored by Rafael Monnerat's avatar Rafael Monnerat

agent: Add logger to the taskdistributor

parent ce76c5fb
......@@ -225,7 +225,8 @@ def main():
agent_parameter_dict = dict(configuration.items('agent'))
task_distributor = TaskDistributor(agent_parameter_dict['report_url'])
task_distributor = TaskDistributor(agent_parameter_dict['report_url'],
logger=logger)
task_distributor.subscribeNode(
node_title=agent_parameter_dict['node_title'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment