mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +00:00
fix: cleanup logging in prepare_cluster_config
This commit is contained in:
parent
9f729d9289
commit
f11208c649
@ -22,7 +22,6 @@ def prepare_cluster_config(node_count, subnetwork_size=2):
|
||||
template = Template(template_content)
|
||||
|
||||
rendered = template.render(num_hosts=node_count, subnet_size=subnetwork_size)
|
||||
logger.debug(f"Rendered template {rendered}")
|
||||
|
||||
with open(f"{cwd}/{config_dir}/cfgsync.yaml", "w") as outfile:
|
||||
outfile.write(rendered)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user