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
It would be nice to switch the logging from basic Go log to the new log/slog package. This would allow for both logfmt and json formatted logs. Having structured key=value logs is nicer to read than fmt.Sprintf() strings.
Also, it would be good to cleanup any use of fmt.Print(f|ln).
The text was updated successfully, but these errors were encountered:
It would be nice to switch the logging from basic Go
log
to the newlog/slog
package. This would allow for both logfmt and json formatted logs. Having structured key=value logs is nicer to read thanfmt.Sprintf()
strings.Also, it would be good to cleanup any use of
fmt.Print(f|ln)
.The text was updated successfully, but these errors were encountered: