MCPcopy Create free account
hub / github.com/cloudwan/gohan / setUpLogging

Function setUpLogging

cli/client/client.go:113–118  ·  view source on GitHub ↗
(level l.Level)

Source from the content-addressed store, hash-verified

111}
112
113func setUpLogging(level l.Level) {
114 l.SetUpBasicLogging(logOutput, l.CliFormat, l.ModuleLevel{
115 Module: "gohan.cli.client",
116 Level: level,
117 })
118}
119
120func isCustomCommand(command string) bool {
121 for _, c := range defaultCommands {

Callers 2

handleCommonArgumentsMethod · 0.85
NewGohanClientCLIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected