consul-k8s icon indicating copy to clipboard operation
consul-k8s copied to clipboard

Consider setting "--component-log-level misc:error" by default in injected sidecar consul-dataplane containers

Open komapa opened this issue 1 year ago • 0 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Is your feature request related to a problem? Please describe.

Not a problem per say.

Feature Description

We get a lot of Deprecated logs when sidecars start and that is super confusing to people looking at logs, let alone the amount of logs we get on a daily basis. Similar to Istio's https://github.com/istio/istio/pull/13182

Contributions

Right now we solve this with adding this to the helm chart:

# See: https://www.envoyproxy.io/docs/envoy/latest/operations/cli#cmdoption-component-log-level
connectInject.envoyExtraArgs: "--component-log-level misc:error"

komapa avatar Dec 20 '23 03:12 komapa