Add logging to k8s deployer orchestrator

This commit is contained in:
andrussal 2025-12-11 09:11:05 +01:00
parent c1e749af33
commit 741c60497b

View File

@ -97,6 +97,8 @@ impl Deployer for K8sDeployer {
info!( info!(
validators = descriptors.validators().len(), validators = descriptors.validators().len(),
executors = descriptors.executors().len(), executors = descriptors.executors().len(),
duration_secs = scenario.duration().as_secs(),
readiness_checks = self.readiness_checks,
"starting k8s deployment" "starting k8s deployment"
); );