Fantom-foundation / Norma

Integration project of Carmen and Tosca
GNU Lesser General Public License v3.0
2 stars 9 forks source link

fixes log to reflect active nodes #288

Closed kjezek closed 6 days ago

kjezek commented 1 week ago

This PR fixes log of experiment run to show information only about Nodes that are currently active.

It was done by extnding the logger with a new struct that listens for added/removed nodes, and prints only the nodes that are present in the network.

An existing scenario was updated to start and stop nodes within a scenario run