mirror of
https://github.com/discourse/discourse.git
synced 2025-01-20 15:45:31 +08:00
7 lines
178 B
Ruby
7 lines
178 B
Ruby
if Rails.env.production?
|
|
# honestly, Rails should not be logging this, its real noisy
|
|
Logster.store.ignore = [
|
|
/^ActionController::RoutingError \(No route matches/
|
|
]
|
|
end
|