Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there a way to change the log level for ActionController::RoutingError?
I'd like to change it from Error to Warning. Googled around and haven't found a solution...
I'd like just the routing errors to show up as warnings. but not change other logging behaviors.
One possible workaround (or part of that workaround) is described here http://stackoverflow.com/a/5386515/10272 but that's not exactly what I want. In this solution they just add a catch-all router for page-not-found errors and then deal with it in the catch-all-controller. But I'd like to be able to just change the log severity, if that's possible, it seems to better describe my intent...

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.