Quick and Dirty Python Logging Configuration
This is my quick-and-dirty logging configuration that works for both scripts and containerized applications.
from logging import StreamHandler, getLogger
from os import getenv
stderr_handler