Unknown format is not interesting

This commit is contained in:
Sam 2014-08-18 13:10:22 +10:00
parent e18b030b8a
commit e291138cf1

View file

@ -5,6 +5,8 @@ if Rails.env.production?
/^PG::Error: ERROR:\s+duplicate key/,
/^ActionController::UnknownFormat/,
# suppress trackback spam bots
Logster::IgnorePattern.new("Can't verify CSRF token authenticity", { REQUEST_URI: /\/trackback\/$/ })
]