()
| 84 | * Enable with OTEL_LOG_TOOL_DETAILS=1 |
| 85 | */ |
| 86 | export function isToolDetailsLoggingEnabled(): boolean { |
| 87 | return isEnvTruthy(process.env.OTEL_LOG_TOOL_DETAILS) |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * Check if detailed tool name logging (MCP server/tool names) is enabled |
no test coverage detected