We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd82329 commit e067a54Copy full SHA for e067a54
utils/service_discovery/config.py
@@ -18,7 +18,7 @@ def extract_agent_config(config):
18
backend = config.get('Main', 'service_discovery_backend')
19
if backend in SD_BACKENDS:
20
agentConfig['service_discovery'] = True
21
- else
+ else:
22
log.error("The backend {0} is not supported. "
23
"Service discovery won't be enabled.".format(backend))
24
agentConfig['service_discovery'] = False
0 commit comments