We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Firstly thanks for the awesome gem. How can I direct the output of the jobs to console?
I have tried
However this does not work. The only output I get is:
I am running the server on heroku which is why I cannot send it to a file.
The text was updated successfully, but these errors were encountered: