kataras / iris

The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:
https://www.iris-go.com
BSD 3-Clause "New" or "Revised" License
25.11k stars 2.48k forks source link

[FEATURE REQUEST] Support slog logger handler #2480

Closed 1saifj closed 1 month ago

1saifj commented 1 month ago

Is your feature request related to a problem? Please describe. I'd love to see Iris integrate with the slog logging package. slog offers structured logs, great performance, and lots of flexibility compared to the current logging options.

This would help Iris users get more out of their logs and make Iris even better!

References:

slog Package: https://pkg.go.dev/golang.org/x/exp/slog

1saifj commented 1 month ago

this related to: https://github.com/kataras/iris/issues/2260