diff --git a/config/initializers/100-logster.rb b/config/initializers/100-logster.rb index 0818cfb3950..40abf94b1fb 100644 --- a/config/initializers/100-logster.rb +++ b/config/initializers/100-logster.rb @@ -32,7 +32,10 @@ if Rails.env.production? /^ActiveRecord::RecordNotFound/, # bad asset requested, no need to log - /^ActionController::BadRequest/ + /^ActionController::BadRequest/, + + # we can't do anything about invalid parameters + /Rack::QueryParser::InvalidParameterError/ ] end