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