UMWRG / pynsim

The Python Network Modelling Simulator
GNU General Public License v3.0
48 stars 19 forks source link

Calling logging.basicConfig on import #6

Open jetuk opened 6 years ago

jetuk commented 6 years ago

Pynsim currently calls logging.basicConfig on import. This will overwrite user defined logging setup at this point. I suggest this is not done automatically but should be left to user code.