diff --git a/manifests/e2e_orchestratorservice.yaml b/manifests/e2e_orchestratorservice.yaml index 703beae52538b02c1e6da8f04f82d535c9bbd9b8..8c39f47122325842b444ff3b8be7160fa29006ec 100644 --- a/manifests/e2e_orchestratorservice.yaml +++ b/manifests/e2e_orchestratorservice.yaml @@ -40,7 +40,7 @@ spec: - containerPort: 8762 env: - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" - name: WS_IP_HOST value: "nbiservice.tfs-ip.svc.cluster.local" - name: WS_IP_PORT diff --git a/src/e2e_orchestrator/service/E2EOrchestratorServiceServicerImpl.py b/src/e2e_orchestrator/service/E2EOrchestratorServiceServicerImpl.py index 859f9a9880925051e456ddc2dd2778127091a534..47307b12c635514bff61caaafe2188fc2a69fe7a 100644 --- a/src/e2e_orchestrator/service/E2EOrchestratorServiceServicerImpl.py +++ b/src/e2e_orchestrator/service/E2EOrchestratorServiceServicerImpl.py @@ -199,6 +199,7 @@ class E2EOrchestratorServiceServicerImpl(E2EOrchestratorServiceServicer): try: LOGGER.info(f'Retrieving external controller #{i}') url = f'http://{ADD}:{PORT}/tfs-api/context/{DEFAULT_CONTEXT_NAME}/topology_details/{DEFAULT_TOPOLOGY_NAME}' + LOGGER.info(f'url= {url}') topo = requests.get(url).json() LOGGER.info(f'Retrieved external controller #{i}') except Exception as e: