MCPcopy
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
239func (h *Helper) isTopLogLevelSet() bool {
240 return h.logDebug || h.logError || h.logInfo || h.logWarning
241}
242
243func (h *Helper) setLogLevels(logLevels []string) error {
244 if len(logLevels) == 0 {

Callers 1

setLogLevelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected