Skip to content

Fix logger configuarion name "NTsim" -> "NTSim"

Andrey Sheshukov requested to merge ash/Fix_NTsim->NTSim_logger_names into main

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.

Merge request reports