func hideKeys()

in pkg/middleware/recorder.go [122:124]


func hideKeys(s string) string {
	return keyMatcher.ReplaceAllLiteralString(s, "{KEY}")
}