Skip to content

Commit

Permalink
Fix #485
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkiss committed Oct 21, 2020
1 parent 883b0bb commit 6aa1b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/start_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(
service_config = load_config_cli(root_path, "config.yaml", service_name)
else:
service_config = load_config(root_path, "config.yaml", service_name)
initialize_logging(service_name, config["logging"], root_path)
initialize_logging(service_name, service_config["logging"], root_path)

self._rpc_info = rpc_info

Expand Down

0 comments on commit 6aa1b52

Please sign in to comment.