MCPcopy Create free account
hub / github.com/CPChain/chain / init

Function init

internal/debug/flags.go:75–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func init() {
76 log.SetLevel(log.InfoLevel)
77 log.SetOutput(os.Stderr)
78}
79
80// Setup initializes profiling and logging based on the CLI flags.
81// It should be called as early as possible in the program.

Callers

nothing calls this directly

Calls 2

SetLevelMethod · 0.80
SetOutputMethod · 0.80

Tested by

no test coverage detected