Skip to content
Snippets Groups Projects
Commit 40204d77 authored by Robbie Shade's avatar Robbie Shade Committed by GitHub
Browse files

Fix GRPC_TRACE doc formatting

Add newlines so that the description of 'all' and the example appear on separate lines (and not as part of the final bullet point)
parent cc2e048e
No related branches found
No related tags found
No related merge requests found
...@@ -55,10 +55,12 @@ some configuration as environment variables that can be set. ...@@ -55,10 +55,12 @@ some configuration as environment variables that can be set.
- secure_endpoint - traces bytes flowing through encrypted channels - secure_endpoint - traces bytes flowing through encrypted channels
- transport_security - traces metadata about secure channel establishment - transport_security - traces metadata about secure channel establishment
- tcp - traces bytes in and out of a channel - tcp - traces bytes in and out of a channel
'all' can additionally be used to turn all traces on. 'all' can additionally be used to turn all traces on.
Individual traces can be disabled by prefixing them with '-'. Individual traces can be disabled by prefixing them with '-'.
Example: Example:
export GRPC_TRACE=all,-pending_tags export GRPC_TRACE=all,-pending_tags
* GRPC_VERBOSITY * GRPC_VERBOSITY
Default gRPC logging verbosity - one of: Default gRPC logging verbosity - one of:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment