mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
6 lines
178 B
Ruby
6 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
|