Skip to content

Commit

Permalink
log more errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonard committed Mar 25, 2016
1 parent 804964e commit 5a8c40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/makara/error_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def gracefully(connection, e)


def harshly(e)
::Makara::Logging::Logger.log("[Makara] Harshly handling: #{e}")
::Makara::Logging::Logger.log("[Makara] Harshly handling: #{e}\n#{e.backtrace.join("\n\t")}")
raise e
end

Expand Down

0 comments on commit 5a8c40b

Please sign in to comment.