An open API service indexing awesome lists of open source software.

https://github.com/niku/go-chi-httplog-zap

Go HTTP request logger with structured logging capabilities
https://github.com/niku/go-chi-httplog-zap

Last synced: 12 months ago
JSON representation

Go HTTP request logger with structured logging capabilities

Awesome Lists containing this project

README

          

# go-chi-httplog-zap

Small but powerful structured logging package for HTTP request logging in Go.
It is based on [go-chi/httplog](https://github.com/go-chi/httplog) but uses [uber-go/zap](https://github.com/uber-go/zap) instead of [rs/zerolog](https://github.com/rs/zerolog).

## License

MIT