mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Unknown format is not interesting
This commit is contained in:
parent
e18b030b8a
commit
e291138cf1
1 changed files with 2 additions and 0 deletions
|
@ -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\/$/ })
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue