gammasim / simtools

Tools and applications for the Simulation System of the CTA Observatory.
https://gammasim.github.io/simtools
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Set logging level for pymongo module to warning #953

Closed GernotMaier closed 1 month ago

GernotMaier commented 1 month ago

Debugging is hard due to extensive and many debug statements printed by the pymongo module. This is especially true when debugging unit tests.

Suggest to set the logging level for the pymongo module to WARNING, independent of the general logging level.

GernotMaier commented 1 month ago

Commit accidentally the removal of names.validate_array_layout_name related to #487 to this PR.

Probably still fine to review this here without trying to revert the commit. Apologies!