https://pkg.go.dev/log/slog allows better structured log entries, as well as distinguishing Error/Warning/Info etc. Define the log fields/layout, go through all existing log statements and decide what the log level should be
https://pkg.go.dev/log/slog allows better structured log entries, as well as distinguishing Error/Warning/Info etc.
Define the log fields/layout, go through all existing log statements and decide what the log level should be