Don't log the contents of the changeset.

This commit is contained in:
Tom Hughes 2009-04-28 08:59:33 +00:00
parent 38c8e3e37e
commit 6f0b3ccbcd

View file

@ -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