From 9429c6db7633f53efe94e9a9496e5ab2176375f0 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 3 Oct 2023 03:45:15 -0600 Subject: [PATCH] Adding slog-dedup to wiki. It is a logging middleware for deduplication of attribute keys, for use with json logging. --- Resources-for-slog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources-for-slog.md b/Resources-for-slog.md index 896fbb60..3724e0a2 100644 --- a/Resources-for-slog.md +++ b/Resources-for-slog.md @@ -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