diff options
author | Stan Hu <stanhu@gmail.com> | 2017-11-03 16:44:04 +0000 |
---|---|---|
committer | Chenje Katanda <ckatanda@gitlab.com> | 2017-11-06 17:49:54 +0200 |
commit | 1400ffae1b7ecf07bb67d93a13561d8b25692806 (patch) | |
tree | 32daa5dd203aa946f2fcc1a5fc3d12053b0049fd /doc | |
parent | 2bfde53d326c3645b3114b5f5d4f44c1e98d509f (diff) | |
download | gitlab-ce-1400ffae1b7ecf07bb67d93a13561d8b25692806.tar.gz |
Add reconfigure docs to CE
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/logs.md | 9 |
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 |