diff --git a/config/initializers/logster.rb b/config/initializers/logster.rb index 55e7801db63..82c183e9f00 100644 --- a/config/initializers/logster.rb +++ b/config/initializers/logster.rb @@ -28,7 +28,10 @@ if Rails.env.production? /^ActiveRecord::RecordNotFound /, # bad asset requested, no need to log - /^ActionController::BadRequest / + /^ActionController::BadRequest /, + + # hotlinked image error that is pointless + /^Failed to pull hotlinked image.*404 Not Found/m ] end