Commit d28332cc authored by Jacob Vosmaer's avatar Jacob Vosmaer

Direct sidekiq boot output to log file

This behavior got lost in the previous commit.
parent 3fa8d5d0
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment