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

Function testAccessLogDefault

logging/access_test.go:94–96  ·  view source on GitHub ↗
(t *testing.T, entry *AccessEntry, expectedOutput string)

Source from the content-addressed store, hash-verified

92}
93
94func testAccessLogDefault(t *testing.T, entry *AccessEntry, expectedOutput string) {
95 testAccessLog(t, entry, expectedOutput, Options{})
96}
97
98func TestAccessLogWithContext(t *testing.T) {
99 entry := testAccessEntry()

Callers 14

TestAccessLogFormatFullFunction · 0.85
TestUseXForwardedFunction · 0.85
TestUseXForwardedListFunction · 0.85
TestPortFwd4Function · 0.85
TestPortFwd4LogPoisoningFunction · 0.85
TestPortFwd6LogPoisoningFunction · 0.85
TestStripPortNoFwd4Function · 0.85
TestMissingHostFallbackFunction · 0.85
TestPresentFlowIdFunction · 0.85

Calls 1

testAccessLogFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…