Skip to content

Commit d28332c

Browse files
committed
Direct sidekiq boot output to log file
This behavior got lost in the previous commit.
1 parent 3fa8d5d commit d28332c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bin/background_jobs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ restart()
2727
stop
2828
fi
2929
killall
30-
start_sidekiq -d -L $sidekiq_logfile
30+
start_sidekiq -d -L $sidekiq_logfile >> $sidekiq_logfile 2>&1
3131
}
3232

3333
start_no_deamonize()

0 commit comments

Comments
 (0)