Add error logging to ActiveJob (merge PR 28582)

23 views
Skip to first unread message

Steven Bull

unread,
Apr 10, 2017, 7:07:26 PM4/10/17
to Ruby on Rails: Core
I've submitted a PR to add error logging to Active Job - https://github.com/rails/rails/pull/28582.

Since it's been a couple of weeks with no comments made to the PR, I'm pointing it out here (as directed in the Contributing guide).

The original issue description is https://github.com/rails/rails/issues/26848. In brief, the PR changes only the default logging activity of jobs that raise exceptions from logging "Performed ..." (at info level), identical to the log message for non-exceptional jobs, to "Error performing ... <exception class + message + backtrace" (at error level).

It would be nice to get this into 5.1.

Thanks,
Steve

Steven Bull

unread,
Apr 20, 2017, 7:26:11 PM4/20/17
to Ruby on Rails: Core
This PR has been merged (thanks @rafaelfranca).
Reply all
Reply to author
Forward
0 new messages