mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Better logging for start/stop acme.standalone servers.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user