diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml
index ef5195eaeb0d16d2ee5c3e5b7ba2417db461b479..950b984420a4cb4d50a455312ecb306752a406fe 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 b6f969bf489bcf8c9f4f67b0a9427172db81596e..0cac6cc18604f346214ebe44e7eb7d2d64763cbd 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: