MCPcopy Create free account
hub / github.com/deepflowio/deepflow / SetLogLevel

Method SetLogLevel

server/controller/recorder/cache/cache.go:130–134  ·  view source on GitHub ↗
(level logging.Level, caller string)

Source from the content-addressed store, hash-verified

128}
129
130func (c *Cache) SetLogLevel(level logging.Level, caller string) {
131 log.Infof("set cache log level to %s (caller: %s)", level.String(), caller, c.metadata.LogPrefixes)
132 c.DiffBaseDataSet.SetLogLevel(level)
133 c.ToolDataSet.SetLogLevel(level)
134}
135
136func (c *Cache) getConditionDomainCreateMethod() map[string]interface{} {
137 return map[string]interface{}{

Callers 5

RefreshMethod · 0.95
tryRefreshMethod · 0.45
clearMethod · 0.45
tryRefreshMethod · 0.45
LoadMethod · 0.45

Calls 2

StringMethod · 0.65
InfofMethod · 0.45

Tested by

no test coverage detected