diff --git a/compose/service.py b/compose/service.py index 245d5f7c7..366bb3746 100644 --- a/compose/service.py +++ b/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()