Ensure more of Sidekiq logs are in JSON
Because the Sidekiq log formatter was initialized after Sidekiq initialized Redis, we would see some unstructured logs emitted at boot. To fix this, move the log formatter up earlier in the Sidekiq init process. Closes https://gitlab.com/gitlab-org/gitlab/issues/208922
Showing
Please register or sign in to comment