[ENG] Mario Corchero: “Effortless Logging: A deep dive into the logging module“ / #PiterPy

Effortless Logging: A deep dive into the logging module Logs are our best friend, especially on those late nights when we try to troubleshoot a problem in production that was written by a co-worker who is on vacation. Logs are the main way to know what is happening with an application at runtime, but we don’t realize how important they are until we actually need them. Unfortunately, they are usually an under-estimated part of the development process. This talk aims to transmit the need for the logging modu
Back to Top