mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Ignore ActionController::UnknownHttpMethod error in logs.
This commit is contained in:
@@ -6,6 +6,7 @@ if Rails.env.production?
|
||||
/^PG::Error: ERROR:\s+duplicate key/,
|
||||
|
||||
/^ActionController::UnknownFormat/,
|
||||
/^ActionController::UnknownHttpMethod/,
|
||||
|
||||
/^AbstractController::ActionNotFound/,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user