diff --git a/cmd/dex/logger.go b/cmd/dex/logger.go index e979011c..c1fe6b4a 100644 --- a/cmd/dex/logger.go +++ b/cmd/dex/logger.go @@ -63,5 +63,5 @@ func (h requestContextHandler) WithAttrs(attrs []slog.Attr) slog.Handler { } func (h requestContextHandler) WithGroup(name string) slog.Handler { - return h.handler.WithGroup(name) + return requestContextHandler{h.handler.WithGroup(name)} }