feat: start log capture when deployment replicas are created

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-14 23:18:56 +02:00
parent de85a861c7
commit 4940bf3376

View File

@@ -199,6 +199,8 @@ public class DeploymentExecutor {
}
}
orchestrator.startLogCapture(containerId, app.slug(), env.slug(), tenantId);
replicaStates.add(Map.of(
"index", i,
"containerId", containerId,