Open jetuk opened 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.
logging.basicConfig
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.