Skip to content

Log: no trace of ActionController::RoutingError

azul requested to merge fix-render-404 into master

The traces of ActionController::RoutingErrors do not add any info. Plus they do not include anything in the clean backtrace.

  • which makes rails resort to the dirty backtrace for some reason. So here we strip of the entire backtrace to prevent them from cluttering the logs.

Merge request reports