-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
http2: removes environment variable-triggered nghttp2 logging #34354
http2: removes environment variable-triggered nghttp2 logging #34354
Conversation
Signed-off-by: Biren Roy <[email protected]>
I found it useful to enable nghttp2 logs occasionally. Is there a way to enable detailed logs for oghttp2? /wait-any |
Yes, there's a QUICHE flag that can be enabled: I'm not sure how to set QUICHE flags for a locally running Envoy, but setting that flag should get you wire format events logged at the |
…envoyproxy#34354)" This reverts commit 14cd80f. Signed-off-by: Yan Avlasov <[email protected]>
…envoyproxy#34354)" This reverts commit 14cd80f. Signed-off-by: Yan Avlasov <[email protected]>
…#34354)" (#34876) This reverts commit 14cd80f. Signed-off-by: Yan Avlasov <[email protected]>
…envoyproxy#34354)" (envoyproxy#34876) This reverts commit 14cd80f. Signed-off-by: Yan Avlasov <[email protected]> Signed-off-by: Fernando Cainelli <[email protected]>
…envoyproxy#34354)" (envoyproxy#34876) This reverts commit 14cd80f. Signed-off-by: Yan Avlasov <[email protected]> Signed-off-by: Fernando Cainelli <[email protected]>
…envoyproxy#34354)" (envoyproxy#34876) This reverts commit 14cd80f. Signed-off-by: Yan Avlasov <[email protected]> Signed-off-by: Fernando Cainelli <[email protected]>
…envoyproxy#34354)" (envoyproxy#34876) This reverts commit 14cd80f. Signed-off-by: Yan Avlasov <[email protected]> Signed-off-by: Fernando Cainelli <[email protected]>
This logging is not covered by tests, and is less relevant with the HTTP/2 codec switchover.
The stringent code coverage limits have caused problems for past pull requests, so might as well eliminate one source of uncovered lines.
Commit Message: http2: removes environment variable-triggered nghttp2 logging
Additional Description:
Risk Level: low
Testing: ran integration tests and http/2 unit tests
Docs Changes:
Release Notes:
Platform Specific Features: