Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
function
getSessionLogPath(): string {
36
const
timestamp = createTimestampForFilename()
37
return
join(configuration.logsDir, `${timestamp}.log`)
38
}
39
40
class
Logger {
41
constructor(
Callers
1
constructor
Method · 0.85
Calls
1
createTimestampForFilename
Function · 0.85
Tested by
no test coverage detected