mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Ignore ActionController::UnknownHttpMethod
error in logs.
This commit is contained in:
parent
bc61cfcad4
commit
b500f35d14
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ if Rails.env.production?
|
|||
/^PG::Error: ERROR:\s+duplicate key/,
|
||||
|
||||
/^ActionController::UnknownFormat/,
|
||||
/^ActionController::UnknownHttpMethod/,
|
||||
|
||||
/^AbstractController::ActionNotFound/,
|
||||
|
||||
|
|
Loading…
Reference in a new issue