Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ init
Function
init
ctx.go:9–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
var
disabledLogger *Logger
8
9
func
init() {
10
SetGlobalLevel(TraceLevel)
11
l := Nop()
12
disabledLogger = &l
13
}
14
15
type
ctxKey
struct
{}
16
Callers
nothing calls this directly
Calls
2
SetGlobalLevel
Function · 0.85
Nop
Function · 0.85
Tested by
no test coverage detected