On Logging
I wanted to write today about seeing how a team can effectively turn around a bad logging situation and how nice it is to see good logs when debugging an issue. Several months ago I stumbled across logging sucks , which introduces the concept of a wide log that encapsulates and the key logs about a specific event. I shared this at work and even wrote a rough POC on a generic wide logging system in C#.
3 minutes to read
