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
- Host: GitHub
- URL: https://github.com/niku/go-chi-httplog-zap
- Owner: niku
- License: mit
- Created: 2022-05-15T14:17:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T01:10:20.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T04:17:09.192Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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