Open DanSava opened 1 week ago
Did some digging yesterday while debugging an unrelated issue and I found out that if we set logger.propagate = False
in configure_logger
this will stop the submodule loggers to propagate log messages to the root longer and will clean up most of the unwanted/un-needed logs from the console.
Yes, that is an option, but that is considered bad practice, so I am a bit hesitant to do that. It may have some unexpected consequences.
How to reproduce:
everest run test-data/everest/math_func/config_minimal.yml
Example: