Increase severity of upload error

This commit is contained in:
Fergal Moran
2013-08-12 15:30:05 +01:00
parent 4ca094694f
commit 47df997016

View File

@@ -259,7 +259,7 @@ def upload(request):
return UploadResponse(request, file_dict)
except Exception, ex:
logger.error(ex.message)
logger.exception(ex.message)
return HttpResponse(content="Error occurred uploading file", status=503)