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:
@@ -199,6 +199,8 @@ public class DeploymentExecutor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
orchestrator.startLogCapture(containerId, app.slug(), env.slug(), tenantId);
|
||||||
|
|
||||||
replicaStates.add(Map.of(
|
replicaStates.add(Map.of(
|
||||||
"index", i,
|
"index", i,
|
||||||
"containerId", containerId,
|
"containerId", containerId,
|
||||||
|
|||||||
Reference in New Issue
Block a user