Explorar el Código

Remove empty line in log

Separating requests by an empty line doesn't work any longer with parallel (overlapping) requests.
Unrud hace 9 años
padre
commit
e782808a14
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      radicale/__init__.py

+ 0 - 1
radicale/__init__.py

@@ -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))