mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
stop logging badrequest, its just bad urls entered
This commit is contained in:
parent
24102f2636
commit
3f24e18df0
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ if Rails.env.production?
|
|||
/^Can't verify CSRF token authenticity$/,
|
||||
|
||||
# 404s can be dealt with elsewise
|
||||
/^ActiveRecord::RecordNotFound /
|
||||
/^ActiveRecord::RecordNotFound /,
|
||||
|
||||
# bad asset requested, no need to log
|
||||
/^ActionController::BadRequest /
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue