diff --git a/manifests/contextservice.yaml b/manifests/contextservice.yaml index 5592864d68485086b760ad3bee06353847ca4c56..2bf8b5d863b055f8efdd500f23722d7b619ae744 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 a366a50414e28c073cf51b860ce84a1abb0293e8..7c3ded7c00011bc937b0b3d2df9e3935f9f43b10 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 cead19406afd01718f8f3d105fabd3cc4754356b..6a07478c0f229cc9ad85cc1ad68f5f69a77eaacf 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 2db0d41b0da09ab768c7b7c3e48350e314974369..71c7e4cd70a4003f5c67781a304d7386505a983a 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 79cfaf6bd09d13d1c3f1202a7fdcc5b7e71e4470..7641bd3aa86d43896aac9946b61f866dd295aef5 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 8262550efc31ff5c6d8d660cab7206c31c1bc86e..8615e8879a6c0b6b10b1d17f76287710443e674c 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"]