diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml index f2fab65974b6e070cd8cd967da95a8317fd2295d..d2595ab1915554d7ebfd786b8f39b531e40da490 100644 --- a/manifests/deviceservice.yaml +++ b/manifests/deviceservice.yaml @@ -34,7 +34,7 @@ spec: - containerPort: 2020 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] diff --git a/manifests/dltservice.yaml b/manifests/dltservice.yaml index 2062d85772b39623695604fda83ba9f264b4d573..2b3f80dd527d551984349aa343195b2f22827eb9 100644 --- a/manifests/dltservice.yaml +++ b/manifests/dltservice.yaml @@ -34,7 +34,7 @@ spec: - containerPort: 8080 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" # for debug purposes - name: DLT_GATEWAY_HOST value: "mock-blockchain.tfs-bchain.svc.cluster.local" diff --git a/manifests/serviceservice.yaml b/manifests/serviceservice.yaml index cf044f1adde0a3e9da4b2d075e4d4131ef64eeb8..a5568a5112eb08a02df2178ba45db57b57c19cc3 100644 --- a/manifests/serviceservice.yaml +++ b/manifests/serviceservice.yaml @@ -34,7 +34,7 @@ spec: - containerPort: 3030 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:3030"]