From 04b8aac6ddf5e866fe2177fab8c66e7b43a2903e Mon Sep 17 00:00:00 2001 From: Shayan Hajipour <shajipour@cttc.es> Date: Tue, 11 Feb 2025 08:23:29 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Shayan Hajipour <shajipour@cttc.es> --- manifests/qos_profileservice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/qos_profileservice.yaml b/manifests/qos_profileservice.yaml index b851aec4d..01b8adf76 100644 --- a/manifests/qos_profileservice.yaml +++ b/manifests/qos_profileservice.yaml @@ -38,7 +38,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" - name: CRDB_DATABASE value: "tfs_qos_profile" envFrom: -- GitLab