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

Function TestAccessLogFormatJSONWithAdditionalData

logging/access_test.go:121–123  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

119}
120
121func TestAccessLogFormatJSONWithAdditionalData(t *testing.T) {
122 testAccessLogExtended(t, testAccessEntry(), map[string]interface{}{"extra": "extra"}, logExtendedJSONOutput, Options{AccessLogJSONEnabled: true})
123}
124
125func TestAccessLogFormatJSONWithMaskedQueryParameters(t *testing.T) {
126 additional := map[string]any{al.KeyMaskedQueryParams: map[string]struct{}{"foo": {}}}

Callers

nothing calls this directly

Calls 2

testAccessLogExtendedFunction · 0.85
testAccessEntryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…