Files
ajarbot/llm_interface.py
Jordan Ramos d8b05173f7 Change debug logging to INFO level for visibility
**Problem**: Debug logs weren't appearing because DEBUG level not enabled
in logger configuration.

**Solution**: Changed logger.debug() to logger.info() for:
- Message type logging (every 20th message)
- ResultMessage tracking (captured data summary)
- Tool usage listing

**Impact**: Can now see what message types are being received and why
tool tracking isn't working (important for diagnosing empty results).

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-01 18:21:56 -07:00

32 KiB