mirror of
https://github.com/discourse/discourse.git
synced 2025-04-16 22:11:30 +08:00
DEV: Avoid logging routing errors (#20622)
The logs are usually caused by the client and is of no use to us.
This commit is contained in:
parent
87ec058b8b
commit
0d9efa938b
@ -10,6 +10,7 @@ module Middleware
|
||||
Rack::QueryParser::InvalidParameterError,
|
||||
ActionController::BadRequest,
|
||||
ActionDispatch::Http::Parameters::ParseError,
|
||||
ActionController::RoutingError,
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user