Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-12-15 17:14:44 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-12-15 17:14:44 +0300
commit84c319b62cffb46a160ffab7b83aec3ee28430e9 (patch)
tree03f9e00672decb3a6dfdb1d62e4ad6318555a1cb /doc
parent677e7e837e3fb41deb46cb77de8b9395d031c07c (diff)
Document `repocheck.log` in logs docs
[ci skip]
Diffstat (limited to 'doc')
-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