#logging
Read more stories on Hashnode
Articles with this tag
Is it better to use a shared global logger and negotiate settings with every module, or to use private logger instances customised to taste? For most...
Go's log/slog standard library package provides everything you need to get started with structured logging. It has been thoughtfully designed to...
Go 1.21 was released in August 2023 and brought several improvements, structured logging via the log/slog package being one. I had waited for this...