Commit 3aa3e639 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'jc-docs-update-with-gitaly-logging' into 'master'

Update gitaly installation from source docs to add default logging values

See merge request gitlab-org/gitlab!18822
parents bf02f772 5c6696a8
......@@ -222,6 +222,11 @@ Check the directory layout on your Gitaly server to be sure.
[auth]
token = 'abc123secret'
[logging]
format = 'json'
level = 'info'
dir = '/var/log/gitaly'
```
1. Append the following to `/home/git/gitaly/config.toml` for each respective server:
......
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