Hello,
I'd like to know how I can suppress errors in the logs for routing errors for missing files.
For instance, something like this:
[ERROR] application#index (ActionController::RoutingError) "no route found to match \"/release/record_cover/192/small/646.jpg\" with {:method=>:get}"
This is because a file is missing that is referenced on the page. We have other methods to catch this and it is just cluttering up the Rails log (and sending a ton of exception emails!) so I'd like to disable them.
These are being reported at log level 'info'.
Thanks, Hunter