summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2017-10-03 11:28:40 +0000
committerRémy Coutable <remy@rymai.me>2017-10-03 11:28:40 +0000
commit2e76c604dfad0e44adf177795c576255c85b3171 (patch)
tree3e04bc3ce4b3a1ed4a6470020e32699de9431626 /doc
parentae9dd4b55248f33b36425c99d46532c945632cdc (diff)
downloadgitlab-ce-2e76c604dfad0e44adf177795c576255c85b3171.tar.gz
Add grpc.log for Gitaly
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/gitaly/index.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md
index 40099dcc967..e3b10119090 100644
--- a/doc/administration/gitaly/index.md
+++ b/doc/administration/gitaly/index.md
@@ -32,6 +32,14 @@ prometheus_listen_addr = "localhost:9236"
Changes to `/home/git/gitaly/config.toml` are applied when you run `service
gitlab restart`.
+## Client-side GRPC logs
+
+Gitaly uses the [gRPC](https://grpc.io/) RPC framework. The Ruby gRPC
+client has its own log file which may contain useful information when
+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`.
+
## Running Gitaly on its own server
> This is an optional way to deploy Gitaly which can benefit GitLab