diff --git a/manifests/nbiservice.yaml b/manifests/nbiservice.yaml
index de97ba364d71d2b5a7f55211867a0a5062c521a4..f5477aeb40582717aa6477ef0baad0de4f51b297 100644
--- a/manifests/nbiservice.yaml
+++ b/manifests/nbiservice.yaml
@@ -37,7 +37,7 @@ spec:
         - containerPort: 9192
         env:
         - name: LOG_LEVEL
-          value: "INFO"
+          value: "DEBUG"
         readinessProbe:
           exec:
             command: ["/bin/grpc_health_probe", "-addr=:9090"]
diff --git a/manifests/webuiservice.yaml b/manifests/webuiservice.yaml
index 43caa9f04b56d6477d82c5a5bb22cb292eec8a90..89de36fc571e3e2d8724407f33e4b7fd07082221 100644
--- a/manifests/webuiservice.yaml
+++ b/manifests/webuiservice.yaml
@@ -39,7 +39,7 @@ spec:
         - containerPort: 8004
         env:
         - name: LOG_LEVEL
-          value: "INFO"
+          value: "DEBUG"
         - name: WEBUISERVICE_SERVICE_BASEURL_HTTP
           value: "/webui/"
         readinessProbe: