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

Function TestAccessLogFormatJSON

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

Source from the content-addressed store, hash-verified

115}
116
117func TestAccessLogFormatJSON(t *testing.T) {
118 testAccessLog(t, testAccessEntry(), logJSONOutput, Options{AccessLogJSONEnabled: true})
119}
120
121func TestAccessLogFormatJSONWithAdditionalData(t *testing.T) {
122 testAccessLogExtended(t, testAccessEntry(), map[string]interface{}{"extra": "extra"}, logExtendedJSONOutput, Options{AccessLogJSONEnabled: true})

Callers

nothing calls this directly

Calls 2

testAccessLogFunction · 0.85
testAccessEntryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…