mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Raised logging level for Docker pull message
This commit is contained in:
@@ -69,7 +69,7 @@ class Proxy(object):
|
||||
|
||||
def start_docker(self, image_name, command):
|
||||
"""Creates and runs a Docker container with the specified image"""
|
||||
logger.info("Pulling Docker image. This may take a minute.")
|
||||
logger.warning("Pulling Docker image. This may take a minute.")
|
||||
for line in self._docker_client.pull(image_name, stream=True):
|
||||
logger.debug(line)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user