-
Notifications
You must be signed in to change notification settings - Fork 3.4k
feat(envoy): json logging support #34323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b65155b
to
c327b2c
Compare
install/kubernetes/cilium/files/cilium-envoy/configmap/bootstrap-config.json
Outdated
Show resolved
Hide resolved
c327b2c
to
fd54b00
Compare
/test |
Looks reasonable to me. I'll let @sayboras comment from the Envoy side. |
/test |
fd54b00
to
d1acda4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look reasonable to me. Can you split the changes for USERS.md to another PR?
d1acda4
to
c0a75d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks and lgtm ✔️
/test |
@byxorna please don't merge the |
43af754
to
436ab97
Compare
Sorry about that! i just rebased and pushed, will do that next time |
/test |
@squeed sorry, this still needs a review for your codeowners. |
Signed-off-by: Gabe Conradi <gconradi@seatgeek.com>
436ab97
to
9d0c61c
Compare
/test |
description
This PR adds support to the helm chart to configure envoy with JSON logging via
bootstrap.json
, ifenvoy.log.format_json
is provided. This is an alternative toenvoy.log.format
.I took the opportunity to remove
--log-format
flag from the daemonset, and moved it into the bootstrap config atapplication_log_config.log_format.text_format
in order to keep sprawl to a minimum. This change is backwards compatible.See upstream docs for envoy application_log_config
checklist
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.