summaryrefslogtreecommitdiff
path: root/doc/administration
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-12-15 15:14:44 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-12-15 15:14:44 +0100
commit84c319b62cffb46a160ffab7b83aec3ee28430e9 (patch)
tree03f9e00672decb3a6dfdb1d62e4ad6318555a1cb /doc/administration
parent677e7e837e3fb41deb46cb77de8b9395d031c07c (diff)
downloadgitlab-ce-84c319b62cffb46a160ffab7b83aec3ee28430e9.tar.gz
Document `repocheck.log` in logs docs
[ci skip]
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/logs.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/administration/logs.md b/doc/administration/logs.md
index d757a3c2a66..facd0569107 100644
--- a/doc/administration/logs.md
+++ b/doc/administration/logs.md
@@ -136,3 +136,13 @@ I, [2015-02-13T07:16:01.530733 #9047] INFO -- : reaped #<Process::Status: pid 9
I, [2015-02-13T07:16:01.534501 #13379] INFO -- : worker=1 spawned pid=13379
I, [2015-02-13T07:16:01.534848 #13379] INFO -- : worker=1 ready
```
+
+## `repocheck.log`
+
+This file lives in `/var/log/gitlab/gitlab-rails/repocheck.log` for
+omnibus package or in `/home/git/gitlab/log/repocheck.log` for
+installations from source.
+
+It logs information whenever a [repository check is run][repocheck] on a project.
+
+[repocheck]: repository_checks.md