MCPcopy Create free account
hub / github.com/zalando/skipper / init

Function init

validation/validation_test.go:462–465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

460}
461
462func init() {
463 log.SetFormatter(&log.TextFormatter{DisableTimestamp: true})
464 log.SetLevel(log.WarnLevel)
465}
466
467func newRouteGroupPayload(modifier func(spec map[string]any)) map[string]any {
468 spec := map[string]any{

Callers

nothing calls this directly

Calls 2

SetFormatterMethod · 0.80
SetLevelMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…