ronin-rb / ronin-app

A local web interface for Ronin.
https://ronin-rb.dev
GNU Affero General Public License v3.0
26 stars 8 forks source link

Log any rescued exceptions for better debugging #122

Open postmodern opened 5 months ago

postmodern commented 5 months ago

Whenever we rescue an exception in the App to return 400 or 500, we should also log the exception message and maybe it's backtrace for better debugging.