mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Remove empty line in log
Separating requests by an empty line doesn't work any longer with parallel (overlapping) requests.
This commit is contained in:
parent
5d9485d660
commit
e782808a14
1 changed files with 0 additions and 1 deletions
|
@ -256,7 +256,6 @@ class Application:
|
||||||
# Return response content
|
# Return response content
|
||||||
return [answer] if answer else []
|
return [answer] if answer else []
|
||||||
|
|
||||||
self.logger.debug("\n") # Add empty lines between requests in debug
|
|
||||||
self.logger.info("%s request at %s received",
|
self.logger.info("%s request at %s received",
|
||||||
environ["REQUEST_METHOD"], environ["PATH_INFO"])
|
environ["REQUEST_METHOD"], environ["PATH_INFO"])
|
||||||
headers = pprint.pformat(self.headers_log(environ))
|
headers = pprint.pformat(self.headers_log(environ))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue