mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
Unknown format is not interesting
This commit is contained in:
@ -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\/$/ })
|
||||
]
|
||||
|
Reference in New Issue
Block a user