Created
April 13, 2022 06:58
-
-
Save rkbalgi/13e9d3468fa13004bc0640c57ab62352 to your computer and use it in GitHub Desktop.
Debugging GRPC Go with Logging ENV variables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use these ENV variables - | |
GRPC_GO_LOG_SEVERITY_LEVEL=info;GRPC_GO_LOG_VERBOSITY_LEVEL=99;GODEBUG=http2debug\=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
export GRPC_GO_LOG_SEVERITY_LEVEL=info;
GRPC_GO_LOG_VERBOSITY_LEVEL=99;
GODEBUG=http2debug=2