MCPcopy Create free account
hub / github.com/Hidden-Node/GooseRelayVPN-AndroidClient / setupClientLogging

Function setupClientLogging

cmd/client/main.go:74–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74func setupClientLogging() {
75 log.SetFlags(0)
76 useColor := shouldUseColor(os.Stdout)
77 log.SetOutput(&clientLogWriter{out: os.Stdout, useColor: useColor})
78}
79
80func shortScriptKey(scriptURL string) string {
81 parts := strings.Split(strings.Trim(scriptURL, "/"), "/")

Callers 1

mainFunction · 0.85

Calls 1

shouldUseColorFunction · 0.85

Tested by

no test coverage detected