A Python package which supports global logfmt formatted logging
A Python package which supports global logfmt formatted logging. Install $ pip install logfmter Usage Before integrating this library, you should be familiar with Python’s loggingfunctionality. I recommend reading the Basic LoggingTutorial. This package exposes a single Logfmter class that can be integrated intothe standard library logging system similar to any logging.Formatter. The provided formatter will logfmt encode all logs. Key value pairs are providedvia the extra keyword argument or by passing a dictionary as the log message. Basic import […]
Read more