MCPcopy Create free account
hub / github.com/ConsortiumAI/Consortium / getSessionLogPath

Function getSessionLogPath

packages/consortium-cli/src/ui/logger.ts:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35function getSessionLogPath(): string {
36 const timestamp = createTimestampForFilename()
37 return join(configuration.logsDir, `${timestamp}.log`)
38}
39
40class Logger {
41 constructor(

Callers 1

constructorMethod · 0.85

Calls 1

Tested by

no test coverage detected