MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / initLogs

Function initLogs

cmd/cqld/main.go:92–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92func initLogs() {
93 log.Infof("%#v starting, version %#v, commit %#v, branch %#v", name, version, commit, branch)
94 log.Infof("%#v, target architecture is %#v, operating system target is %#v",
95 runtime.Version(), runtime.GOARCH, runtime.GOOS)
96 log.Infof("role: %#v", conf.RoleTag)
97}
98
99func main() {
100 flag.Parse()

Callers 1

mainFunction · 0.70

Calls 1

InfofFunction · 0.92

Tested by

no test coverage detected