Better logging for start/stop acme.standalone servers.

This commit is contained in:
Jakub Warmuz
2015-10-20 20:16:12 +00:00
parent c83f11a3fd
commit 11495c5820
2 changed files with 6 additions and 4 deletions
+1
View File
@@ -55,6 +55,7 @@ class ACMEServerMixin: # pylint: disable=old-style-class
def serve_forever2(self):
"""Serve forever, until other thread calls `shutdown2`."""
logger.debug("Starting server at %s:%d...", *self.socket.getsockname())
while not self._stopped:
self.handle_request()