Skip to content

Actually log sidekiq on start_sidekiq

Chris requested to merge mrchrisw-actually-log-sidekiq into master

The GDK launches Sidekiq using the background_jobs executable. Sidekiq logging is only done to stout.

This MR modifies the launching of Sidekiq to log to a file.

Merge request reports