Skip to content

[TODO] this is not so correct implementation, but is fine for now #278

Description

@nfx

See more context:

func (l *friendlyHandler) WithGroup(name string) slog.Handler {
// TODO: this is not so correct implementation, but is fine for now
return &friendlyHandler{
Handler: l.Handler.WithGroup(name),
w: l.w,
attrs: []slog.Attr{slog.String("group", name)},

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions