BlueBrain / hpc-coding-conventions

Apache License 2.0
7 stars 5 forks source link

Fix duplicated log of jobs #153

Closed tristan0x closed 1 year ago

tristan0x commented 1 year ago

Now the Python logger used to report the spawned jobs is now registered with only one stream handler to the standard output.

Before this change, every tool class was registering a stream handler to the logger, to the messages were written to standard output more than once.