Don't log the contents of the changeset.
This commit is contained in:
parent
38c8e3e37e
commit
6f0b3ccbcd
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ class ChangesetController < ApplicationController
|
|||
before_filter :check_api_readable, :except => [:create, :update, :delete, :upload, :download, :query]
|
||||
after_filter :compress_output
|
||||
|
||||
filter_parameter_logging "<osmChange version"
|
||||
|
||||
# Help methods for checking boundary sanity and area size
|
||||
include MapBoundary
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue