mirror of
https://github.com/smittix/intercept.git
synced 2026-05-17 21:34:50 -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>
1009 B
1009 B