lib/basquiat/support/configuration.rb in basquiat-1.5.1 vs lib/basquiat/support/configuration.rb in basquiat-1.5.2
- old
+ new
@@ -13,10 +13,10 @@
def initialize
@yaml = {}
@rescue_proc = lambda do |exception, message|
logger.error do
- { exception: exception, stack_trace: exception.stack_trace, message: message }.to_json
+ { exception: exception, backtrace: exception.backtrace, message: message }.to_json
end
raise exception
end
end