mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +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):
|
def start_docker(self, image_name, command):
|
||||||
"""Creates and runs a Docker container with the specified image"""
|
"""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):
|
for line in self._docker_client.pull(image_name, stream=True):
|
||||||
logger.debug(line)
|
logger.debug(line)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user