workless
workless copied to clipboard
Log jobs output to console
Firstly thanks for the awesome gem. How can I direct the output of the jobs to console?
I have tried
Delayed::Worker.logger = Logger.new(STDOUT)
However this does not work. The only output I get is:
# Request that initiates job
delayed_job.workless: process with pid 2816 started.
# Next request
I am running the server on heroku which is why I cannot send it to a file.