Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ newDefaultLogger
Function
newDefaultLogger
src/go/logger/default.go:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
)
9
10
func
newDefaultLogger() *Logger {
11
return
newLogger(os.Stderr, isTerm, 5)
12
}
13
14
var
defaultLogger = newDefaultLogger()
15
Callers
1
default.go
File · 0.85
Calls
1
newLogger
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…