From fd4277363030895739daede7d48dd74ca357f1ef Mon Sep 17 00:00:00 2001 From: gifrerenom Date: Thu, 3 Jul 2025 16:53:28 +0000 Subject: [PATCH] CI/CD pipeline - QKD E2E test: - enabled DEBUG logger messages --- manifests/contextservice.yaml | 2 +- manifests/deviceservice.yaml | 2 +- manifests/nbiservice.yaml | 4 ++-- manifests/pathcompservice.yaml | 2 +- manifests/qkd_appservice.yaml | 2 +- manifests/serviceservice.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/contextservice.yaml b/manifests/contextservice.yaml index 5592864d6..2bf8b5d86 100644 --- a/manifests/contextservice.yaml +++ b/manifests/contextservice.yaml @@ -40,7 +40,7 @@ spec: - name: MB_BACKEND value: "nats" - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" - name: ALLOW_EXPLICIT_ADD_DEVICE_TO_TOPOLOGY value: "FALSE" - name: ALLOW_EXPLICIT_ADD_LINK_TO_TOPOLOGY diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml index a366a5041..7c3ded7c0 100644 --- a/manifests/deviceservice.yaml +++ b/manifests/deviceservice.yaml @@ -39,7 +39,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" startupProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] diff --git a/manifests/nbiservice.yaml b/manifests/nbiservice.yaml index cead19406..6a07478c0 100644 --- a/manifests/nbiservice.yaml +++ b/manifests/nbiservice.yaml @@ -39,9 +39,9 @@ spec: #- containerPort: 9192 env: - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" - name: FLASK_ENV - value: "production" # change to "development" if developing + value: "development" # change to "development" if developing - name: IETF_NETWORK_RENDERER value: "LIBYANG" envFrom: diff --git a/manifests/pathcompservice.yaml b/manifests/pathcompservice.yaml index 2db0d41b0..71c7e4cd7 100644 --- a/manifests/pathcompservice.yaml +++ b/manifests/pathcompservice.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" - name: ENABLE_FORECASTER value: "NO" readinessProbe: diff --git a/manifests/qkd_appservice.yaml b/manifests/qkd_appservice.yaml index 79cfaf6bd..7641bd3aa 100644 --- a/manifests/qkd_appservice.yaml +++ b/manifests/qkd_appservice.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" - name: CRDB_DATABASE value: "tfs_qkd_app" envFrom: diff --git a/manifests/serviceservice.yaml b/manifests/serviceservice.yaml index 8262550ef..8615e8879 100644 --- a/manifests/serviceservice.yaml +++ b/manifests/serviceservice.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:3030"] -- GitLab