mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
stop logging badrequest, its just bad urls entered
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user