vessim icon indicating copy to clipboard operation
vessim copied to clipboard

Display Sim Name for INFO Level Logging

Open marvin-steinke opened this issue 1 year ago • 0 comments

Currently, when starting an Actor or Controller

INFO     | mosaik.scenario:start:280 - Starting "Actor" as "Actor-0" ...

is logged by mosaik. However, instead of "Actor-0" we want to display the actual name of the vessim.actor.Actor instance.

With the current mosaik release (3.2) on pypi, this is not possible, as this functionality will first be available starting with mosaik version 3.3. Then, we can implement the intended behaviour with the sim_id parameter of mosaik.World.start()

marvin-steinke avatar Feb 16 '24 17:02 marvin-steinke