Ignore ActionController::UnknownHttpMethod error in logs.

This commit is contained in:
Guo Xiang Tan 2016-02-24 12:57:36 +08:00
parent bc61cfcad4
commit b500f35d14

View File

@ -6,6 +6,7 @@ if Rails.env.production?
/^PG::Error: ERROR:\s+duplicate key/, /^PG::Error: ERROR:\s+duplicate key/,
/^ActionController::UnknownFormat/, /^ActionController::UnknownFormat/,
/^ActionController::UnknownHttpMethod/,
/^AbstractController::ActionNotFound/, /^AbstractController::ActionNotFound/,