Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zalando/skipper
/ NewAccessLogger
Function
NewAccessLogger
logging/log.go:101–108 ·
view source on GitHub ↗
(o Options)
Source
from the content-addressed store, hash-verified
99
}
100
101
func
NewAccessLogger(o Options) *AccessLogger {
102
initApplicationLog(o)
103
104
if
o.AccessLogOutput == nil {
105
o.AccessLogOutput = os.Stderr
106
}
107
return
createAccessLog(o)
108
}
Callers
13
initLog
Function · 0.92
TestLogsAccess
Function · 0.92
TestDisableAccessLog
Function · 0.92
TestDisableAccessLogWithFilter
Function · 0.92
TestEnableAccessLogWithFilter
Function · 0.92
TestAccessLogOnFailedRequest
Function · 0.92
TestCustomOutputForApplicationLog
Function · 0.85
TestCustomPrefixForApplicationLog
Function · 0.85
TestCustomOutputForAccessLog
Function · 0.85
TestApplicationLogJSONEnabled
Function · 0.85
TestApplicationLogJSONWithCustomFormatter
Function · 0.85
TestAccessLogFormatterTakesPrecedence
Function · 0.85
Calls
2
initApplicationLog
Function · 0.85
createAccessLog
Function · 0.85
Tested by
12
TestLogsAccess
Function · 0.74
TestDisableAccessLog
Function · 0.74
TestDisableAccessLogWithFilter
Function · 0.74
TestEnableAccessLogWithFilter
Function · 0.74
TestAccessLogOnFailedRequest
Function · 0.74
TestCustomOutputForApplicationLog
Function · 0.68
TestCustomPrefixForApplicationLog
Function · 0.68
TestCustomOutputForAccessLog
Function · 0.68
TestApplicationLogJSONEnabled
Function · 0.68
TestApplicationLogJSONWithCustomFormatter
Function · 0.68
TestAccessLogFormatterTakesPrecedence
Function · 0.68
testAccessLogExtended
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…