docs: fix debugging README typo (#3037)
This commit is contained in:

committed by
Doug Fawley

parent
788ffe6275
commit
230def7691
@ -11,7 +11,7 @@ To turn on the logs for debugging, run the code with the following environment v
|
|||||||
`GRPC_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info`.
|
`GRPC_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info`.
|
||||||
|
|
||||||
## Channelz
|
## Channelz
|
||||||
We also provides a runtime debugging tool, Channelz, to help users with live debugging.
|
We also provide a runtime debugging tool, Channelz, to help users with live debugging.
|
||||||
|
|
||||||
See the channelz blog post here ([link](https://grpc.io/blog/a_short_introduction_to_channelz)) for
|
See the channelz blog post here ([link](https://grpc.io/blog/a_short_introduction_to_channelz)) for
|
||||||
details about how to use channelz service to debug live program.
|
details about how to use channelz service to debug live program.
|
||||||
@ -26,4 +26,4 @@ go run server/main.go
|
|||||||
|
|
||||||
```
|
```
|
||||||
go run client/main.go
|
go run client/main.go
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user