From bcbbdfe22ceece1c817e6dce1bc07cd9ee6add73 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Wed, 23 Nov 2022 11:31:27 +0000 Subject: [PATCH] Manifests: - reduced log level of some components --- manifests/interdomainservice.yaml | 2 +- manifests/mock_blockchain.yaml | 2 +- manifests/webuiservice.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/interdomainservice.yaml b/manifests/interdomainservice.yaml index b4ac956f2..3ef3ffba3 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 ab65a6e55..bf9abac70 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 fd5d17822..be400c691 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: -- GitLab