Versions in this module Expand all Collapse all v0 v0.0.7 Mar 16, 2026 Changes in this version + func NewAccessLogMiddleware(baseLogger *logging.Logger, config AccessLogConfig) func(http.Handler) http.Handler + type AccessLogConfig struct + ClientErrorLevel logging.Level + DefaultLevel logging.Level + LogPanicStack bool + MaxRequestErrorCount int + MaxRequestFieldCount int + MaxRequestMessageCount int + PathLevels map[string]logging.Level + RecoverPanic bool + RequestIDHeader string + ServerErrorLevel logging.Level + SkipPathRegexps []*regexp.Regexp + SkipPaths []string + Skipper func(*http.Request) bool + TrustProxyHeaders bool