BlueBrain / BlueCelluLab

Biologically detailed neural network simulations and analysis API

Home Page:https://bluecellulab.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use logging?

arnaudon opened this issue · 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.