I'm using Heroku + RedisToGo + Resque. I have a worker which is running a non-ending task. I'd like to have a log of its activities. heroku logs --tail
doesn't show any information regarding the worker activities. How can I achieve this? Thanks!
Heroku logs anything written to standard out or standard error. So a simple puts
statement should do the trick.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With