Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/firecracker-microvm/firecracker-containerd
/ isTopLogLevelSet
Method
isTopLogLevelSet
internal/debug/debug.go:239–241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
237
}
238
239
func
(h *Helper) isTopLogLevelSet() bool {
240
return
h.logDebug || h.logError || h.logInfo || h.logWarning
241
}
242
243
func
(h *Helper) setLogLevels(logLevels []string) error {
244
if
len(logLevels) == 0 {
Callers
1
setLogLevels
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected