From d28332cc9e1dcf0f56000fbf21ab82436d28e990 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 15 Jan 2016 11:12:49 +0100 Subject: Direct sidekiq boot output to log file This behavior got lost in the previous commit. --- bin/background_jobs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/background_jobs') diff --git a/bin/background_jobs b/bin/background_jobs index 5740539cb85..1f67d732949 100755 --- a/bin/background_jobs +++ b/bin/background_jobs @@ -27,7 +27,7 @@ restart() stop fi killall - start_sidekiq -d -L $sidekiq_logfile + start_sidekiq -d -L $sidekiq_logfile >> $sidekiq_logfile 2>&1 } start_no_deamonize() -- cgit v1.2.1