Logging Like a Pro - The Stuff They Don't Tell You

David Bordeynik David Bordeynik
Language: Hebrew
video in Hebrew
The presentation was given on 2019.06.02 at PyCon Israel 2019.

logger.info - practical considerations when using loggers

Logs. We all use them, we all need them, but most people know very little and pay very little attention to setting them up correctly. It’s common to see people going on about stuff like choosing the right DB or web framework, while all along, choosing the right logging solution, setting up your log handlers and making sure they are collected properly is often overlooked. In this talk, i will walk you through the secret lives of loggers, log handlers, and compare different logging solutions and approaches.