MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / resolveGlobalLogPath

Function resolveGlobalLogPath

packages/agent-core/src/logging/logger.ts:433–435  ·  view source on GitHub ↗
(homeDir: string)

Source from the content-addressed store, hash-verified

431}
432
433export function resolveGlobalLogPath(homeDir: string): string {
434 return join(homeDir, 'logs', 'kimi-code.log');
435}

Callers 9

defaultConfigFunction · 0.90
readGlobalAtFunction · 0.90
logger.test.tsFile · 0.90
runtime.test.tsFile · 0.90
resolveLoggingConfigFunction · 0.90
exportSessionDirectoryFunction · 0.90
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 2

defaultConfigFunction · 0.72
readGlobalAtFunction · 0.72