suppressing INFO level log statements on login
- Suppress
earthaccess
INFO logs inlogin()
, restoring the original level afterward - Change
logger.info
calls tologger.debug
in HLS connection modules - Add a standalone script (
test_login_logging.py
) to demonstrate log suppression - Bump version in
pyproject.toml
andversion.txt
- Remove leftover debug prints in
timer.py