You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for the Structured Logging (slog) standard library in Go.
Motivation
Implementing support for slog will align this module with Go's ecosystem standards, enhancing its portability and interoperability.
note: This feature would also allow the module to accommodate other logging requests, as slog's backend interface (Handler) can be adapted to support various popular logging packages. For example, existing integrations include https://github.com/samber/slog-zap and https://github.com/samber/slog-zerolog.
Describe the feature
Add support for the Structured Logging (
slog
) standard library in Go.Motivation
Implementing support for
slog
will align this module with Go's ecosystem standards, enhancing its portability and interoperability.note: This feature would also allow the module to accommodate other logging requests, as
slog
's backend interface (Handler) can be adapted to support various popular logging packages. For example, existing integrations include https://github.com/samber/slog-zap and https://github.com/samber/slog-zerolog.Related Issues
The text was updated successfully, but these errors were encountered: