I\'m suffering some weird issue where my delayed_jobs are failing in production. Finally I narrowed it down to the logger. If I comment out my log function calls, everythi
It looks like you're trying to log to a closed file. Have you perhaps considered trying the SyslogLogger gem?
Here's an article on how to use it with rails, which should help get you started.