issue/150-fix-add-logging-to-silent-error-swallowing-in-badg
main
Replaces bare `except Exception: pass` with `logging.debug(..., exc_info=True)` so badge lookup failures are traceable in logs without affecting card display. Closes #150 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>