Skip to content

Commit

Permalink
Increase log levels for gRPC retry loggers to ERROR (#611)
Browse files Browse the repository at this point in the history
* Increase log levels for gRPC retry loggers to ERROR

* Bump onos-config version to v0.10.19
  • Loading branch information
kuujo authored Feb 10, 2022
1 parent 5bf24ce commit 27efdc6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions onos-config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: onos-config
version: 1.6.4
version: 1.6.5
kubeVersion: ">=1.17.0"
appVersion: v0.10.18
appVersion: v0.10.19
description: ONOS Config Manager
keywords:
- onos
Expand Down
4 changes: 4 additions & 0 deletions onos-config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ logging:
output:
stdout:
sink: stdout
onos/grpc/retry:
level: error
atomix/grpc/retry:
level: error
sinks:
stdout:
type: stdout
Expand Down
4 changes: 2 additions & 2 deletions onos-umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: onos-umbrella
description: Umbrella chart to deploy all µONOS
kubeVersion: ">=1.17.0"
type: application
version: 1.2.8
version: 1.2.9
appVersion: v1.1.0
keywords:
- onos
Expand All @@ -20,7 +20,7 @@ dependencies:
- name: onos-config
condition: import.onos-config.enabled
repository: file://../onos-config
version: 1.6.4
version: 1.6.5
- name: onos-gui
condition: import.onos-gui.enabled
repository: file://../onos-gui
Expand Down

0 comments on commit 27efdc6

Please sign in to comment.