Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
export
function
loggers() {
68
return
process.env.OPENCODE_PRINT_LOGS ===
"1"
? [fileLogger(), stderrLogger] : [fileLogger()]
69
}
70
71
export
* as Logging from
"./logging"
Callers
nothing calls this directly
Calls
1
fileLogger
Function · 0.85
Tested by
no test coverage detected