rescue_from_callback(event)
Manually subscribed below
# File actionpack/lib/action_controller/log_subscriber.rb, line 53 def rescue_from_callback(event) exception = event.payload[:exception] info { "rescue_from handled #{exception.class} (#{exception.message}) - #{exception.backtrace.first.delete_prefix("#{Rails.root}/")}" } end