Four main tasks here: - Virtually all current logging.info statements likely should be converted to logging.debug - Virtually all print statements should likely be converted to logging.info - The default logging level in __init__.py should likely be changed to info - The debug-state logging level in __init__.py should likely be changed to debug