I have used Logrus for a while, I would like to give slog a try, although I don’t know what the common practice to have something similar to Infof.
When you use slog:
What do you do to format the text to show in the logs? Or how do you show the error info in your logs?
Do you use fmt.Sprintf all the time?
Thanks