mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
gsm_spy.py used logging.getLogger() directly which returns a bare logger with no handler. The parent 'intercept' logger has propagate=False, so all GSM Spy logs were silently dropped. Now uses utils.logging.get_logger() which adds a stderr handler and sets the log level, matching all other route modules. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>