Red for stderr Output and Python, Which Logs to stderr by Default

The fact that Python logs to stderr by default can drive some logging systems crazy.

In my Kubernetes cluster and Nomad, I see all logs coming from Python apps flagged as errors…

How I fixed it for myself: read more here.