Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ SetLevel
Function
SetLevel
pkg/utils/log/log.go:427–429 ·
view source on GitHub ↗
(v LogLevel)
Source
from the content-addressed store, hash-verified
425
}
426
427
func
SetLevel(v LogLevel) {
428
StdLog.SetLevel(v)
429
}
430
431
func
SetLevelString(s string) bool {
432
return
StdLog.SetLevelString(s)
Callers
nothing calls this directly
Calls
1
SetLevel
Method · 0.80
Tested by
no test coverage detected