mirror of
https://github.com/smittix/intercept.git
synced 2026-06-08 14:11:54 -07:00
Set GSM Spy logger to DEBUG level to override WARNING default
Global LOG_LEVEL defaults to WARNING, silencing all INFO/DEBUG logs. GSM Spy needs verbose logging for scanner diagnostics. Override the module logger level to DEBUG so scanner output is always visible. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -26,6 +26,7 @@ from utils.validation import validate_device_index
|
||||
|
||||
from utils.logging import get_logger
|
||||
logger = get_logger('intercept.gsm_spy')
|
||||
logger.setLevel(logging.DEBUG) # GSM Spy needs verbose logging for diagnostics
|
||||
|
||||
gsm_spy_bp = Blueprint('gsm_spy', __name__, url_prefix='/gsm_spy')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user