Commit 6df7c1c1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Reduced log level of device, service and slice components to INFO
parent 8b72fc48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ spec:
        - containerPort: 2020
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:2020"]
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ spec:
        - containerPort: 3030
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:3030"]
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ spec:
        - containerPort: 4040
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:4040"]