Enable Sidekiq JSON logging by default
What does this MR do and why?
Omnibus already enabled Sidekiq JSON logging by default. This change will ensure both Sidekiq clients and servers will log JSON consistently.
Using "text" will restore the original format. Previously "default" would mean "text", but that now means "json".
This came out of an investigation in #409089 (comment 1387506519).
Also relates to:
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Stan Hu