Update TROUBLESHOOTING.md

pull/15940/head
Jan Tattermusch 6 years ago committed by GitHub
parent c81a4656de
commit a811fd63d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      TROUBLESHOOTING.md

@ -2,7 +2,7 @@
This guide is for troubleshooting gRPC implementations based on C core library (sources for most of them are living in the `grpc/grpc` repository). This guide is for troubleshooting gRPC implementations based on C core library (sources for most of them are living in the `grpc/grpc` repository).
## Enabling extra logging and traces ## Enabling extra logging and tracing
Extra logging can be very useful for diagnosing problems. All gRPC implementations based on C core library support Extra logging can be very useful for diagnosing problems. All gRPC implementations based on C core library support
the `GRPC_VERBOSITY` and `GRPC_TRACE` environment variables that can be used to increase the amount of information the `GRPC_VERBOSITY` and `GRPC_TRACE` environment variables that can be used to increase the amount of information

Loading…
Cancel
Save