MCPcopy Create free account
hub / github.com/anomalyco/opencode / loggers

Function loggers

packages/core/src/observability/logging.ts:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67export function loggers() {
68 return process.env.OPENCODE_PRINT_LOGS === "1" ? [fileLogger(), stderrLogger] : [fileLogger()]
69}
70
71export * as Logging from "./logging"

Callers

nothing calls this directly

Calls 1

fileLoggerFunction · 0.85

Tested by

no test coverage detected