MCPcopy
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
276export function getLogFilePath(): string {
277 return path.join(getMuxLogsDir(), "mux.log");
278}
279
280function clearSink(): Promise<void> {
281 const logsDir = getMuxLogsDir();

Callers 2

appendServerCrashLogSyncFunction · 0.90
routerFunction · 0.90

Calls 1

getMuxLogsDirFunction · 0.90

Tested by

no test coverage detected