From ec4d1fa30b933d6a1979b8a0f1dbb40b7d7d65f6 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Sat, 17 Jun 2023 17:15:56 +0000
Subject: [PATCH] Manifests:

- disabled debug log in pathcomp frontend
---
 manifests/pathcompservice.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/pathcompservice.yaml b/manifests/pathcompservice.yaml
index 7b47c338b..8808bbb3b 100644
--- a/manifests/pathcompservice.yaml
+++ b/manifests/pathcompservice.yaml
@@ -36,7 +36,7 @@ spec:
         - containerPort: 9192
         env:
         - name: LOG_LEVEL
-          value: "DEBUG"
+          value: "INFO"
         readinessProbe:
           exec:
             command: ["/bin/grpc_health_probe", "-addr=:10020"]
-- 
GitLab