echozap icon indicating copy to clipboard operation
echozap copied to clipboard

Middleware for Golang Echo framework that provides integration with Uber´s Zap logging library for logging HTTP requests

Results 3 echozap issues
Sort by recently updated
recently updated
newest added

Hello! Thank you very much for providing this middleware to the community :) We have been actively using it in our company, but we noticed that for health probes it...

Introduce IncludeHeader as new ZapLoggerConfig item. The IncludeHeader will default to nil. To include specific header into the log item, pass a string slice that contains the list of header...

As of now, the middleware can not be configured to add specific custom header information into the produced log. Sometimes one need to make custom log which include these information...