diff options
| author | Stan Hu <stanhu@gmail.com> | 2018-04-01 00:46:52 -0700 |
|---|---|---|
| committer | Stan Hu <stanhu@gmail.com> | 2018-04-03 16:44:10 -0700 |
| commit | 442ec6b8ed68d7f8cfcfffcad8a5f0ff835abb19 (patch) | |
| tree | 346e05ce42960bc74a5ee6a22091a69a913da0a6 /config/gitlab.yml.example | |
| parent | 6b89ab116110f177ecb809adf429fe05f76e97f5 (diff) | |
| download | gitlab-ce-sh-gitlab-sidekiq-logger.tar.gz | |
Add support for Sidekiq JSON loggingsh-gitlab-sidekiq-logger
Closes #20060
Diffstat (limited to 'config/gitlab.yml.example')
| -rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 8db66037d61..126a9b8b803 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -226,6 +226,10 @@ production: &base # plain_url: "http://..." # default: https://www.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon # ssl_url: "https://..." # default: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon + ## Sidekiq + sidekiq: + log_format: default # (json is also supported) + ## Auxiliary jobs # Periodically executed jobs, to self-heal GitLab, do external synchronizations, etc. # Please read here for more information: https://github.com/ondrejbartas/sidekiq-cron#adding-cron-job |
