Currently we have only a handful of logging statements in the library, it would be useful to log additional items (such as configurations any exceptions etc.)
Logging is configured to be used ala:
import logging
logger = logging.getLogger(__name__)
logger.info(..)
logger.debug(...)
# etc.
Currently we have only a handful of logging statements in the library, it would be useful to log additional items (such as configurations any exceptions etc.)
Logging is configured to be used ala: