Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ getLogFilePath
Function
getLogFilePath
src/node/services/log.ts:276–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
}
275
276
export
function
getLogFilePath(): string {
277
return
path.join(getMuxLogsDir(),
"mux.log"
);
278
}
279
280
function
clearSink(): Promise<void> {
281
const
logsDir = getMuxLogsDir();
Callers
2
appendServerCrashLogSync
Function · 0.90
router
Function · 0.90
Calls
1
getMuxLogsDir
Function · 0.90
Tested by
no test coverage detected