mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:55:39 -05:00
A new logster, that gets rid of a pile of 404s being logged as fatal errors.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
if Rails.env.production?
|
||||
# honestly, Rails should not be logging this, its real noisy
|
||||
Logster.store.ignore = [
|
||||
/^ActionController::RoutingError \(No route matches/
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user