Commit 0f623a84 authored by Kate Grechishkina's avatar Kate Grechishkina Committed by Evan Read

Correct Gitaly shell-log location

parent d3d80a33
...@@ -556,10 +556,9 @@ access to Git repositories. ...@@ -556,10 +556,9 @@ access to Git repositories.
### For GitLab versions 12.10 and up ### For GitLab versions 12.10 and up
For GitLab version 12.10 and later, there are two `gitlab-shell.log` files.
Information containing `git-{upload-pack,receive-pack}` requests is at Information containing `git-{upload-pack,receive-pack}` requests is at
`/var/log/gitlab/gitlab-shell/gitlab-shell.log`. Information about hooks to `/var/log/gitlab/gitlab-shell/gitlab-shell.log`. Information about hooks to
GitLab Shell from Gitaly is at `/var/log/gitlab/gitaly/gitlab-shell.log`. GitLab Shell from Gitaly is at `/var/log/gitlab/gitaly/current`.
Example log entries for `/var/log/gitlab/gitlab-shell/gitlab-shell.log`: Example log entries for `/var/log/gitlab/gitlab-shell/gitlab-shell.log`:
...@@ -585,7 +584,7 @@ Example log entries for `/var/log/gitlab/gitlab-shell/gitlab-shell.log`: ...@@ -585,7 +584,7 @@ Example log entries for `/var/log/gitlab/gitlab-shell/gitlab-shell.log`:
} }
``` ```
Example log entries for `/var/log/gitlab/gitaly/gitlab-shell.log`: Example log entries for `/var/log/gitlab/gitaly/current`:
```json ```json
{ {
...@@ -668,6 +667,12 @@ This file is at `/var/log/gitlab/gitaly/gitaly_ruby_json.log` and is ...@@ -668,6 +667,12 @@ This file is at `/var/log/gitlab/gitaly/gitaly_ruby_json.log` and is
produced by [`gitaly-ruby`](gitaly/reference.md#gitaly-ruby). It contains an produced by [`gitaly-ruby`](gitaly/reference.md#gitaly-ruby). It contains an
access log of gRPC calls made by Gitaly to `gitaly-ruby`. access log of gRPC calls made by Gitaly to `gitaly-ruby`.
### `gitaly_hooks.log`
This file is at `/var/log/gitlab/gitaly/gitaly_hooks.log` and is
produced by `gitaly-hooks` command. It also contains records about
failures received during processing of the responses from GitLab API.
## Puma Logs ## Puma Logs
### `puma_stdout.log` ### `puma_stdout.log`
......
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