The article discusses the limitations of traditional logging practices, which were designed for a different era of monolithic systems and single servers. It argues that modern systems, with multiple services and distributed architectures, require a new approach to logging, known as wide events or canonical log lines, which capture all relevant context for a request in a single log event. This approach allows for more effective debugging and analytics. The article also discusses the importance of structured logging, high-cardinality data, and sampling to manage costs.