Skip to content

Fix sysvinit Sidekiq logging

Sean McGivern requested to merge fix-sysvinit-sidekiq-logging into master

Now that bin/background_jobs always logs to both standard output and log/sidekiq.log, we are spamming sysvinit users because our init script does not suppress the Sidekiq process's standard output.

We can just use > to redirect here because bin/background_jobs already redirects standard error to standard output.

See #344576 (closed). Caused by !72016 (merged).

Merge request reports