added log level management to interface and lish

This commit is contained in:
Johannes Findeisen 2013-11-23 21:33:02 +01:00
commit 1b5ddec576
3 changed files with 34 additions and 11 deletions

View file

@ -161,7 +161,7 @@ def main():
print("\nScheduled " + str(job_count) + " jobs")
interface = LinspectorInterface(jobs, scheduler, lin_conf)
interface = LinspectorInterface(jobs, scheduler, lin_conf, root_logger)
if "jsonrpc_backend" in core and core["jsonrpc_backend"]:
jsonrpc = JsonrpcBackend(interface, core)