diff options
author | Dennis Günnewig <dev@fedux.org> | 2018-06-21 07:29:23 +0200 |
---|---|---|
committer | Dennis Günnewig <dev@fedux.org> | 2018-07-10 21:17:12 +0200 |
commit | f60aa2ed3fcd92a9b34157d02cd478ae8b282edc (patch) | |
tree | ac1fc25abb108222af8f43b9d7cea3695ecfde98 | |
parent | 5bd8bfb66caa58c821ead2c6442faf13628ce36a (diff) | |
download | gitlab-ce-f60aa2ed3fcd92a9b34157d02cd478ae8b282edc.tar.gz |
Add documenation about how to active debug logging for gitlab-pages
-rw-r--r-- | doc/administration/pages/index.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/administration/pages/index.md b/doc/administration/pages/index.md index c0a281382a5..b3602bc35ab 100644 --- a/doc/administration/pages/index.md +++ b/doc/administration/pages/index.md @@ -259,6 +259,24 @@ verification requirement. Navigate to `Admin area ➔ Settings` and uncheck **Require users to prove ownership of custom domains** in the Pages section. This setting is enabled by default. +## Activate verbose logging for daemon + +Verbose logging was [introduced](https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2533) in +Omnibus GitLab 11.1. + +Follow the steps below to configure verbose logging of GitLab Pages daemon. + +1. By default the daemon only logs with `INFO` level. + + If you wish to make it log events with level `DEBUG` you must configure this in + `/etc/gitlab/gitlab.rb`: + + ```shell + gitlab_pages['log_verbose'] = true + ``` + +1. [Reconfigure GitLab][reconfigure] + ## Change storage path Follow the steps below to change the default path where GitLab Pages' contents |