Skip to content

Log sidekiq arguments as json

aiionx requested to merge aiionx/gitlab-ce:aiionx_sidekiq_log_patch into master

Logging the sidekiq job arguments as a ruby literal structure is akward. Specially when parsing the logs.

JSON is a standar format.

Merge request reports