aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2017-07-31 16:52:53 -0700
committerGravatar Noah Eisen <ncteisen@google.com>2017-07-31 16:52:53 -0700
commit309f20802d951d20c3114366da48d4c9c7a723d2 (patch)
tree387872d63aee82b61e9a8b00125f8ba8cef35946 /doc/environment_variables.md
parent680873b1b4b25d60e8c7d56580aa63742650298a (diff)
Update env var doc
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index ff89b4c9b9..036824d573 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -102,6 +102,9 @@ some configuration as environment variables that can be set.
- INFO - log INFO and ERROR message
- ERROR - log only errors
+* GRPC_TRACE_FUZZER
+ if set, the fuzzers will output trace (it is usually supressed).
+
* GRPC_DNS_RESOLVER
Declares which DNS resolver to use. The default is ares if gRPC is built with
c-ares support. Otherwise, the value of this environment variable is ignored.