mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-04 06:13:09 +00:00
Add logging to k8s deployer orchestrator
This commit is contained in:
parent
c1e749af33
commit
741c60497b
@ -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"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user