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

Function TestAccessLogFormatFull

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

Source from the content-addressed store, hash-verified

111}
112
113func TestAccessLogFormatFull(t *testing.T) {
114 testAccessLogDefault(t, testAccessEntry(), logOutput)
115}
116
117func TestAccessLogFormatJSON(t *testing.T) {
118 testAccessLog(t, testAccessEntry(), logJSONOutput, Options{AccessLogJSONEnabled: true})

Callers

nothing calls this directly

Calls 2

testAccessLogDefaultFunction · 0.85
testAccessEntryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…