**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>
32 KiB
32 KiB