Fix logger configuarion name "NTsim" -> "NTSim"
The top configuration level of the logging is NTSim
, but in some modules (including base factories) it is spelled as NTsim
.
This leads to the bug, that the loglevel, provided in the command line arguments python3 -m ntsim.ntsim_2 --log_level "debug"
would not affect these modules, and they remain silent.
This PR fixes this bug.