From 6ecdd49cf93a53651289d12164953174ada953c8 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Mon, 9 Sep 2019 14:43:18 -0700 Subject: Enable JSON logs for Sidekiq by default JSON logs include arguments by default, and they're easier to parse/filter. --- config/gitlab.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index aa7c2d343a8..87159b695f9 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -342,7 +342,7 @@ production: &base ## Sidekiq sidekiq: - log_format: default # (json is also supported) + log_format: json # (default is the original format) ## Auxiliary jobs # Periodically executed jobs, to self-heal GitLab, do external synchronizations, etc. -- cgit v1.2.1