From 63a83891aaa51f30ecc9b44f5d18e6952a7bbe06 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Tue, 14 Feb 2023 20:45:45 +0800 Subject: [PATCH] mention slogd --- Resources-for-slog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources-for-slog.md b/Resources-for-slog.md index 7ebcf8ab..8b55fa8d 100644 --- a/Resources-for-slog.md +++ b/Resources-for-slog.md @@ -7,4 +7,5 @@ Currently, `slog` is at [golang.org/x/exp/slog](https://pkg.go.dev/golang.org/x/ - logf (attr {key} interpolation, rich tty output): https://pkg.go.dev/github.com/AndrewHarrisSPU/logf (uses lazy Handler stores: https://go.dev/play/p/psdD7KDF5fp) - Simple slog handler with opentelemetry tracing: https://github.com/ttys3/slogsimple/tree/main - Experimental example using both OpenTelemetry and `slog`: https://github.com/justinsb/experiments-slog -- Additional resources written by jba: https://github.com/jba/slog \ No newline at end of file +- Additional resources written by jba: https://github.com/jba/slog +- slogd - slog with duration https://github.com/kaihendry/slogd with video https://youtu.be/IsPa11N5pzI \ No newline at end of file