Logging in Go

1 · · Aug. 22, 2023, 12:44 p.m.
Best practices, Logging levels, structured logging, Logging & Telemetry (Metrics, Tracing), Audit logs Intro This post is about logging. It contains some advice here and there, and as with most aspects of software engineering, it should be tempered with context. In other words: ‘it depends’ - always factor in the problem at hand rather than adhering blindly to ‘best practices’ that someone wrote on the internet. Now for the best practices which also serves as a quick overview of the rest of the...