Log which files we saved attachments to in the media_repository

This commit is contained in:
Mark Haines 2017-01-10 14:19:50 +00:00
parent 657488113e
commit 32019c9897
3 changed files with 11 additions and 0 deletions

View file

@ -97,6 +97,8 @@ class UploadResource(Resource):
content_length, requester.user
)
logger.info("Uploaded content with URI %r", content_uri)
respond_with_json(
request, 200, {"content_uri": content_uri}, send_cors=True
)