mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +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!(
|
||||
validators = descriptors.validators().len(),
|
||||
executors = descriptors.executors().len(),
|
||||
duration_secs = scenario.duration().as_secs(),
|
||||
readiness_checks = self.readiness_checks,
|
||||
"starting k8s deployment"
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user