Go 1.21 officially released a structured logger https://pkg.go.dev/log/slog. https://go.dev/blog/slog
Stratos is currently using https://github.com/sirupsen/logrus
Logrus is currently in maintenance.
Should Stratos move to Go's official structured logger or some other structured logger like Zap,
https://pkg.go.dev/go.uber.org/zap
https://medium.com/@bharath0292/the-state-of-structured-logging-in-go-08549a1211f7
Feedback is welcome