We should document the logging added in #450 - at the very least: ``` import logging logging.basicConfig(level=logging.INFO) ``` but can also specifically set the logging level for the relevant sub-modules.
We should document the logging added in #450 - at the very least:
but can also specifically set the logging level for the relevant sub-modules.