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:
authorStan Hu <stanhu@gmail.com>2017-11-03 19:44:04 +0300
committerChenje Katanda <ckatanda@gitlab.com>2017-11-06 18:49:54 +0300
commit1400ffae1b7ecf07bb67d93a13561d8b25692806 (patch)
tree32daa5dd203aa946f2fcc1a5fc3d12053b0049fd /doc
parent2bfde53d326c3645b3114b5f5d4f44c1e98d509f (diff)
Add reconfigure docs to CE
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/logs.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/administration/logs.md b/doc/administration/logs.md
index c9ed2d84ccb..debaa2330d0 100644
--- a/doc/administration/logs.md
+++ b/doc/administration/logs.md
@@ -192,4 +192,13 @@ installations from source.
It logs information whenever a [repository check is run][repocheck] on a project.
+## Reconfigure Logs
+
+Reconfigure log files live in `/var/log/gitlab/reconfigure` for Omnibus GitLab
+packages. Installations from source don't have reconfigure logs. A reconfigure log
+is populated whenever `gitlab-ctl reconfigure` is run manually or as part of an upgrade.
+
+Reconfigure logs files are named according to the UNIX timestamp of when the reconfigure
+was initiated, such as `1509705644.log`
+
[repocheck]: repository_checks.md