diff options
author | Greg Myers <gmyers@gitlab.com> | 2019-07-25 17:13:50 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-07-25 17:13:50 +0000 |
commit | 6150eb2c3750a37c95426a9aabac54e48192d000 (patch) | |
tree | 06ac7158ec56d4588f97dc64e5d276c01d12efee /doc | |
parent | 767c5f63886536eefc4daf081ecba5b45fe8cc3c (diff) | |
download | gitlab-ce-6150eb2c3750a37c95426a9aabac54e48192d000.tar.gz |
Remove \ from unicorn\_stderr.log
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/logs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/logs.md b/doc/administration/logs.md index 44a33eb7bcf..31876dd178a 100644 --- a/doc/administration/logs.md +++ b/doc/administration/logs.md @@ -242,7 +242,7 @@ I, [2015-02-13T06:17:00.679433 #9291] INFO -- : Moving existing hooks directory User clone/fetch activity using ssh transport appears in this log as `executing git command <gitaly-upload-pack...`. -## `unicorn\_stderr.log` +## `unicorn_stderr.log` This file lives in `/var/log/gitlab/unicorn/unicorn_stderr.log` for Omnibus GitLab packages or in `/home/git/gitlab/log/unicorn_stderr.log` for |