Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log jobs output to console #89

Open
patricklindsay opened this issue Apr 8, 2016 · 0 comments
Open

Log jobs output to console #89

patricklindsay opened this issue Apr 8, 2016 · 0 comments

Comments

@patricklindsay
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant