Commit c88cf879 authored by Will Chandler's avatar Will Chandler Committed by Achilleas Pipinellis

Docs: Add note on how to run a GRPC trace for Gitaly

parent c4eeb900
......@@ -885,6 +885,12 @@ you are seeing Gitaly errors. You can control the log level of the
gRPC client with the `GRPC_LOG_LEVEL` environment variable. The
default level is `WARN`.
You can run a GRPC trace with:
```sh
GRPC_TRACE=all GRPC_VERBOSITY=DEBUG sudo gitlab-rake gitlab:gitaly:check
```
### Observing `gitaly-ruby` traffic
[`gitaly-ruby`](#gitaly-ruby) is an internal implementation detail of Gitaly,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment