workless icon indicating copy to clipboard operation
workless copied to clipboard

Log jobs output to console

Open patricklindsay opened this issue 9 years ago • 0 comments

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.

patricklindsay avatar Apr 08 '16 06:04 patricklindsay