BlueBrain/BlueCelluLab

Use logging?

arnaudon opened this issue · 3 comments

Could we use logging at info (or even better debug) level instead of prints here?

def print_header(neuron: ModuleType, mod_lib_path: str) -> None:

Yes, thanks for reporting!

Could you also move these to debug? Thanks!

2023-11-10 16:42:54,099 INFO bluecellulab.simulation.simulation: Finished simulation.
2023-11-10 16:42:54,165 INFO bluecellulab.simulation.simulation: Running a simulation until 2000.0 ms ...

Closing this since the change is merged.