diff --git a/manifests/interdomainservice.yaml b/manifests/interdomainservice.yaml
index b4ac956f21607763797d07a349a48e49b0aba2db..3ef3ffba301cadf26beaa34787dcd816e87c65a0 100644
--- a/manifests/interdomainservice.yaml
+++ b/manifests/interdomainservice.yaml
@@ -34,7 +34,7 @@ spec:
         - containerPort: 10010
         env:
         - name: LOG_LEVEL
-          value: "DEBUG"
+          value: "INFO"
         readinessProbe:
           exec:
             command: ["/bin/grpc_health_probe", "-addr=:10010"]
diff --git a/manifests/mock_blockchain.yaml b/manifests/mock_blockchain.yaml
index ab65a6e5518894b55c6904ab4f19d3802427c076..bf9abac703b263ad6a843f0d70848dde94a4ab97 100644
--- a/manifests/mock_blockchain.yaml
+++ b/manifests/mock_blockchain.yaml
@@ -34,7 +34,7 @@ spec:
         - containerPort: 50051
         env:
         - name: LOG_LEVEL
-          value: "DEBUG"
+          value: "INFO"
         readinessProbe:
           exec:
             command: ["/bin/grpc_health_probe", "-addr=:50051"]
diff --git a/manifests/webuiservice.yaml b/manifests/webuiservice.yaml
index fd5d178220d8c6fa8a2fc3adfc259352ffa0a723..be400c6911a6ea69819825545852746190145333 100644
--- a/manifests/webuiservice.yaml
+++ b/manifests/webuiservice.yaml
@@ -38,7 +38,7 @@ spec:
         - containerPort: 8004
         env:
         - name: LOG_LEVEL
-          value: "DEBUG"
+          value: "INFO"
         - name: WEBUISERVICE_SERVICE_BASEURL_HTTP
           value: "/webui/"
         readinessProbe: