From 8dc71c82b980758ba2252ecc27c6949877d1f347 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Tue, 10 Dec 2024 18:03:14 +0000
Subject: [PATCH] Manifests:

- Recovered log levels
---
 manifests/deviceservice.yaml   | 2 +-
 manifests/pathcompservice.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml
index ef5195eae..950b98442 100644
--- a/manifests/deviceservice.yaml
+++ b/manifests/deviceservice.yaml
@@ -39,7 +39,7 @@ spec:
             - containerPort: 9192
           env:
             - name: LOG_LEVEL
-              value: "DEBUG"
+              value: "INFO"
           startupProbe:
             exec:
               command: ["/bin/grpc_health_probe", "-addr=:2020"]
diff --git a/manifests/pathcompservice.yaml b/manifests/pathcompservice.yaml
index b6f969bf4..0cac6cc18 100644
--- a/manifests/pathcompservice.yaml
+++ b/manifests/pathcompservice.yaml
@@ -36,7 +36,7 @@ spec:
             - containerPort: 9192
           env:
             - name: LOG_LEVEL
-              value: "DEBUG"
+              value: "INFO"
             - name: ENABLE_FORECASTER
               value: "NO"
           readinessProbe:
-- 
GitLab