Pārlūkot izejas kodu

Merge pull request #5362 from docker/garribas-4801-progress-markers

Fix CLI status messages
Joffrey F 8 gadi atpakaļ
vecāks
revīzija
f855ed405b
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      compose/service.py

+ 0 - 1
compose/service.py

@@ -514,7 +514,6 @@ class Service(object):
         volumes can be copied to the new container, before the original
         container is removed.
         """
-        log.info("Recreating %s" % container.name)
 
         container.stop(timeout=self.stop_timeout(timeout))
         container.rename_to_tmp_name()