Merge "s3api: Stop debug-logging the entire wsgi environment"
This commit is contained in:
commit
fd76a1b380
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user