Merge "s3api: Stop debug-logging the entire wsgi environment"

This commit is contained in:
Zuul 2018-06-18 17:42:10 +00:00 committed by Gerrit Code Review
commit fd76a1b380

View File

@ -165,7 +165,6 @@ class S3ApiMiddleware(object):
def handle_request(self, req):
self.logger.debug('Calling S3Api Middleware')
self.logger.debug(req.__dict__)
try:
controller = req.controller(self.app, self.conf, self.logger)
except S3NotImplemented: