Versions in this module Expand all Collapse all v0 v0.55.2 Apr 12, 2025 v0.55.1 Apr 12, 2025 Changes in this version + func RequestLogger(logger log.Logger, opt ...RequestLoggerOption) func(http.Handler) http.Handler + type RequestLoggerOption func(cfg *requestLoggerConfig) + func IgnorePaths(paths ...string) RequestLoggerOption