소스 검색

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

Fix CLI status messages
Joffrey F 8 년 전
부모
커밋
f855ed405b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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()