fix: remove logging of cleanup failures to prevent false deployment errors

This commit is contained in:
Andras Bacsai 2025-12-03 09:16:28 +01:00
parent cfea11f189
commit a18e920e4c

View file

@ -3194,7 +3194,6 @@ private function stop_running_container(bool $force = false)
'stderr',
hidden: true
);
\Log::warning("Failed to stop running container {$this->container_name}: {$e->getMessage()}");
return; // Don't re-throw - cleanup failures shouldn't fail successful deployments
}