diff --git a/manifests/nbiservice.yaml b/manifests/nbiservice.yaml
index bf1b427a0c658163ab10366e399cc35c1facb203..72cfde514341b0ef89b3b8eb91ab01b23a27c14b 100644
--- a/manifests/nbiservice.yaml
+++ b/manifests/nbiservice.yaml
@@ -41,7 +41,7 @@ spec:
             - containerPort: 8762
           env:
             - name: LOG_LEVEL
-              value: "DEBUG"
+              value: "INFO"
             - name: IETF_NETWORK_RENDERER
               value: "LIBYANG"
             - name: WS_E2E_PORT
diff --git a/manifests/serviceservice.yaml b/manifests/serviceservice.yaml
index bcfb47ee392d86b8a46d22e58f8efdd6e10da329..1dd383d615bb167ae6de15ae03c404a50bdee942 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"]