Python Http logging handler for fluentd
TL;DR: How to do modern python logging with a fluent logging collector
Motivation
Python's out-of-box logging facilities are excellent.
It’s a pluggable system that allows us to customize the logging format, add as many handlers as we need, configure it using config files and so on.