mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
Ignore ActionController::UnknownHttpMethod
error in logs.
This commit is contained in:
parent
bc61cfcad4
commit
b500f35d14
@ -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/,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user