mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1893 from Neilblaze/typo_fix
fix(docs): supporst ⟶ supports
This commit is contained in:
commit
fe6d9efba3
|
@ -4,7 +4,7 @@ This guide is for troubleshooting the `grpc-js` library for Node.js
|
||||||
|
|
||||||
## Enabling extra logging and tracing
|
## 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` supports
|
||||||
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
|
||||||
that gets printed to stderr.
|
that gets printed to stderr.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue