MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isToolDetailsLoggingEnabled

Function isToolDetailsLoggingEnabled

src/services/analytics/metadata.ts:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 * Enable with OTEL_LOG_TOOL_DETAILS=1
85 */
86export 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

Callers 2

Calls 1

isEnvTruthyFunction · 0.85

Tested by

no test coverage detected