Skip to content

Instantly share code, notes, and snippets.

@rkbalgi
Created April 13, 2022 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkbalgi/13e9d3468fa13004bc0640c57ab62352 to your computer and use it in GitHub Desktop.
Save rkbalgi/13e9d3468fa13004bc0640c57ab62352 to your computer and use it in GitHub Desktop.
Debugging GRPC Go with Logging ENV variables
Use these ENV variables -
GRPC_GO_LOG_SEVERITY_LEVEL=info;GRPC_GO_LOG_VERBOSITY_LEVEL=99;GODEBUG=http2debug\=2
@rkbalgi
Copy link
Author

rkbalgi commented Apr 29, 2022

export 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