NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
36 stars 30 forks source link

Finish consolidating logging #116

Closed sanjayankur31 closed 3 years ago

sanjayankur31 commented 3 years ago

We now use logger.info to display information to the user. The default logger level is also INFO, so all of these messages are displayed by default. Information that should not be shown to the user by default should use logger.debug.