From 791595b27d55dda66257fd402f08e44544765b1e Mon Sep 17 00:00:00 2001 From: Tanvi Jagtap <139093547+tanvi-jagtap@users.noreply.github.com> Date: Sat, 27 Jul 2024 06:02:16 -0700 Subject: [PATCH] [Gpr_To_Absl_Logging] Editing the Troubleshooting doc (#37320) [Gpr_To_Absl_Logging] Editing the Troubleshooting doc Closes #37320 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37320 from tanvi-jagtap:fix_troubleshoorting_doc 0e6d13c78e7c5a3213953b9e8be451ec5eacc9c3 PiperOrigin-RevId: 656723561 --- TROUBLESHOOTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index d71fd6dca2d..a49d8fa7551 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -22,9 +22,11 @@ Example ./helloworld_application_using_grpc --v=-1 --minloglevel=3 ``` -## GRPC_VERBOSITY (DEPRECATED) +## GRPC_VERBOSITY -[Environment Variables Overview](doc/environment_variables.md) +This is not recommended for gRPC C++. For gRPC C++ it is strongly recommended that you use absl to control gRPC verbosity. For Python, ObjC, PHP, and Ruby, GRPC_VERBOSITY will be supported. Users need to note that this will change settings for all libraries/binaries that use absl in the application. GRPC_VERBOSITY will alter the global absl settings, not just settings for gRPC. + +To learn how to set GRPC_VERBOSITY refer [Environment Variables Overview](doc/environment_variables.md) ## GRPC_TRACE