Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
433
export
function
resolveGlobalLogPath(homeDir: string): string {
434
return
join(homeDir,
'logs'
,
'kimi-code.log'
);
435
}
Callers
9
export-session.test.ts
File · 0.90
defaultConfig
Function · 0.90
readGlobalAt
Function · 0.90
logger.test.ts
File · 0.90
runtime.test.ts
File · 0.90
resolveLoggingConfig
Function · 0.90
exportSessionDirectory
Function · 0.90
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
2
defaultConfig
Function · 0.72
readGlobalAt
Function · 0.72