mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Adding slog-dedup to wiki. It is a logging middleware for deduplication of attribute keys, for use with json logging.
parent
6259d7f908
commit
9429c6db76
@ -17,6 +17,9 @@ Since slog has been in flux for several months, some of these resources may be o
|
|||||||
#### Logger bridge:
|
#### Logger bridge:
|
||||||
- Zap Handler, a slog handler that uses Zap: https://github.com/chanchal1987/zaphandler
|
- Zap Handler, a slog handler that uses Zap: https://github.com/chanchal1987/zaphandler
|
||||||
|
|
||||||
|
#### Logging Middleware
|
||||||
|
- slog-dedup: deduplication of attribute keys for use with json logging: https://github.com/veqryn/slog-dedup
|
||||||
|
|
||||||
#### HTTP server middleware:
|
#### HTTP server middleware:
|
||||||
- slog-gin: Gin middleware for slog logger: https://github.com/samber/slog-gin
|
- slog-gin: Gin middleware for slog logger: https://github.com/samber/slog-gin
|
||||||
- slog-echo: Echo middleware for slog logger: https://github.com/samber/slog-echo
|
- slog-echo: Echo middleware for slog logger: https://github.com/samber/slog-echo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user