summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis (🌴 Feb 23 - Mar 04 🌴) <axil@gitlab.com>2018-02-22 15:39:19 +0000
committerAchilleas Pipinellis (🌴 Feb 23 - Mar 04 🌴) <axil@gitlab.com>2018-02-22 15:39:19 +0000
commitb5306075c21f5546d1447052558da6227629c15e (patch)
tree62ff512f635d39b2b6e42e972d42ee919e819808 /doc
parent275efeeb529cdcba606c3d36f4d700551d5ba371 (diff)
parentc8fb31f72436e9d88809547c60ba8da0b081061d (diff)
downloadgitlab-ce-b5306075c21f5546d1447052558da6227629c15e.tar.gz
Merge branch '43416-document-where-user-clone-fetch-activity-appears-in-the-logs' into 'master'
Resolve "document where user clone/fetch activity appears in the logs" Closes #43416 See merge request gitlab-org/gitlab-ce!17227
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/logs.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/administration/logs.md b/doc/administration/logs.md
index debaa2330d0..1b42d7979ed 100644
--- a/doc/administration/logs.md
+++ b/doc/administration/logs.md
@@ -32,6 +32,8 @@ In this example, you can see this was a GET request for a specific issue. Notice
2. `view`: total time taken inside the Rails views
3. `db`: total time to retrieve data from the database
+User clone/fetch activity using http transport appears in this log as `action: git_upload_pack`.
+
In addition, the log contains the IP address from which the request originated
(`remote_ip`) as well as the user's ID (`user_id`), and username (`username`).
@@ -157,6 +159,8 @@ I, [2015-02-13T06:17:00.671315 #9291] INFO -- : Adding project root/example.git
I, [2015-02-13T06:17:00.679433 #9291] INFO -- : Moving existing hooks directory and symlinking global hooks directory for /var/opt/gitlab/git-data/repositories/root/example.git.
```
+User clone/fetch activity using ssh transport appears in this log as `executing git command <gitaly-upload-pack...`.
+
## `unicorn\_stderr.log`
This file lives in `/var/log/gitlab/unicorn/unicorn_stderr.log` for