Enable JSON logs for Sidekiq by default

JSON logs include arguments by default, and they're easier to
parse/filter.
This commit is contained in:
Stan Hu 2019-09-09 14:43:18 -07:00
parent 96480a31ab
commit 6ecdd49cf9
1 changed files with 1 additions and 1 deletions

View File

@ -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.