[错误]: 当应用程序日志已配置时,MCP tool_call_logs_callback 可能接收到空日志
作者: anupamking01创建于 2026年9月8日更新于 2026年9月15日
Suggested Direction Instead of logging.basicConfig(), temporarily attach a dedicated handler directly to the relevant logger(s), for example mcp and httpx, and restore their prior levels in a finally block. Conceptually:
内容来源: run-llama/llama_index