Commit 6ecdd49c authored by Stan Hu's avatar Stan Hu

Enable JSON logs for Sidekiq by default

JSON logs include arguments by default, and they're easier to
parse/filter.
parent 96480a31
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment