Merge pull request #496 from Unrud/patch-37

Remove empty line in log
This commit is contained in:
Guillaume Ayoub 2016-08-30 19:16:19 +02:00 committed by GitHub
commit 3c32df3d9a

View File

@ -256,7 +256,6 @@ class Application:
# Return response content
return [answer] if answer else []
self.logger.debug("\n") # Add empty lines between requests in debug
self.logger.info("%s request at %s received",
environ["REQUEST_METHOD"], environ["PATH_INFO"])
headers = pprint.pformat(self.headers_log(environ))