Skip to content

Commit

Permalink
Fixed comment about autoscaler logging config override (knative#10569)
Browse files Browse the repository at this point in the history
* Fixed comment about autoscaler logging config override

* Ran hack/update-codegen.sh

* Fixed a grammar error.

Co-authored-by: Julian Friedman <[email protected]>

* Re-ran ./hack/update-codegen.sh after the recent change

Co-authored-by: Julian Friedman <[email protected]>
  • Loading branch information
senthilnathan and julz authored Jan 15, 2021
1 parent b5cd2eb commit 8509e6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/core/configmaps/logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
serving.knative.dev/release: devel
annotations:
knative.dev/example-checksum: "79e88319"
knative.dev/example-checksum: "d9570453"
data:
_example: |
################################
Expand Down Expand Up @@ -62,8 +62,8 @@ data:
}
# Log level overrides
# For all components except the autoscaler and queue proxy,
# changes are be picked up immediately.
# For all components except the queue proxy,
# changes are picked up immediately.
# For queue proxy, changes require recreation of the pods.
loglevel.controller: "info"
loglevel.autoscaler: "info"
Expand Down

0 comments on commit 8509e6e

Please sign in to comment.