Adding slog-dedup to wiki. It is a logging middleware for deduplication of attribute keys, for use with json logging.

Chris Duncan 2023-10-03 03:45:15 -06:00
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:
- 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:
- 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