From c35ebb5899ec4f98aed057d60bd667dba09e6a85 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Thu, 26 Jan 2023 16:58:38 +0000
Subject: [PATCH] Manifests:

- updated log level to INFO
---
 manifests/contextservice.yaml | 2 +-
 manifests/deviceservice.yaml  | 2 +-
 manifests/serviceservice.yaml | 2 +-
 manifests/sliceservice.yaml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/manifests/contextservice.yaml b/manifests/contextservice.yaml
index 3bb1a01d9..805808d5d 100644
--- a/manifests/contextservice.yaml
+++ b/manifests/contextservice.yaml
@@ -38,7 +38,7 @@ spec:
         - name: MB_BACKEND
           value: "nats"
         - name: LOG_LEVEL
-          value: "DEBUG"
+          value: "INFO"
         envFrom:
         - secretRef:
             name: crdb-data
diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml
index 5c72263eb..3580df088 100644
--- a/manifests/deviceservice.yaml
+++ b/manifests/deviceservice.yaml
@@ -36,7 +36,7 @@ spec:
         - containerPort: 9192
         env:
         - name: LOG_LEVEL
-          value: "DEBUG"
+          value: "INFO"
         readinessProbe:
           exec:
             command: ["/bin/grpc_health_probe", "-addr=:2020"]
diff --git a/manifests/serviceservice.yaml b/manifests/serviceservice.yaml
index 561b204cb..02c9e25db 100644
--- a/manifests/serviceservice.yaml
+++ b/manifests/serviceservice.yaml
@@ -36,7 +36,7 @@ spec:
         - containerPort: 9192
         env:
         - name: LOG_LEVEL
-          value: "DEBUG"
+          value: "INFO"
         readinessProbe:
           exec:
             command: ["/bin/grpc_health_probe", "-addr=:3030"]
diff --git a/manifests/sliceservice.yaml b/manifests/sliceservice.yaml
index ca7641de3..56c5eb1b5 100644
--- a/manifests/sliceservice.yaml
+++ b/manifests/sliceservice.yaml
@@ -36,7 +36,7 @@ spec:
         - containerPort: 9192
         env:
         - name: LOG_LEVEL
-          value: "DEBUG"
+          value: "INFO"
         readinessProbe:
           exec:
             command: ["/bin/grpc_health_probe", "-addr=:4040"]
-- 
GitLab