mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
added the backtrace so errors can be found
This commit is contained in:
parent
d42b3d4347
commit
04241f38f6
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ module ActiveSupport
|
|||
begin
|
||||
send(method, ActiveSupport::Notifications::Event.new(message, *args))
|
||||
rescue Exception => e
|
||||
logger.error "Could not log #{message.inspect} event. #{e.class}: #{e.message}"
|
||||
logger.error "Could not log #{message.inspect} event. #{e.class}: #{e.message} #{e.backtrace}"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue