Commit 9134f14b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom Committed by Sebastien Merle
Browse files

Service component:

- increased Log level to DEBUG
parent d0291925
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
        - containerPort: 9192
        - containerPort: 9192
        env:
        env:
        - name: LOG_LEVEL
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        readinessProbe:
        readinessProbe:
          exec:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:3030"]
            command: ["/bin/grpc_health_probe", "-addr=:3030"]