aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar Robbie Shade <robbie.shade@gmail.com>2017-01-17 10:47:18 -0500
committerGravatar GitHub <noreply@github.com>2017-01-17 10:47:18 -0500
commit40204d7791871fbe6b7cbfe2c887b6b0974cf5f7 (patch)
treeaf34831c25f93758ecd9a714c84d6b3142f03ac7 /doc/environment_variables.md
parentcc2e048e84eaa418cab393553594a3fefb891037 (diff)
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)
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index d02801bc9b..832762a5f5 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -55,10 +55,12 @@ some configuration as environment variables that can be set.
- secure_endpoint - traces bytes flowing through encrypted channels
- transport_security - traces metadata about secure channel establishment
- tcp - traces bytes in and out of a channel
+
'all' can additionally be used to turn all traces on.
Individual traces can be disabled by prefixing them with '-'.
+
Example:
- export GRPC_TRACE=all,-pending_tags
+ export GRPC_TRACE=all,-pending_tags
* GRPC_VERBOSITY
Default gRPC logging verbosity - one of: