From 7a3dd6eb296f0b892867fcba61a2c640dcf35007 Mon Sep 17 00:00:00 2001 From: Pratyay Banerjee <48355572+Neilblaze@users.noreply.github.com> Date: Thu, 2 Sep 2021 22:54:56 +0530 Subject: [PATCH] =?UTF-8?q?fix(docs):=20supporst=20=E2=9F=B6=20supports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pratyay Banerjee <48355572+Neilblaze@users.noreply.github.com> --- TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index dd5bce7a..89903392 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -4,7 +4,7 @@ This guide is for troubleshooting the `grpc-js` library for Node.js ## Enabling extra logging and tracing -Extra logging can be very useful for diagnosing problems. `grpc-js` supporst +Extra logging can be very useful for diagnosing problems. `grpc-js` support the `GRPC_VERBOSITY` and `GRPC_TRACE` environment variables that can be used to increase the amount of information that gets printed to stderr.