mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Raised logging level for Docker pull message
This commit is contained in:
parent
71d12f005d
commit
1a1ce7edcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue