Logistro is a VERY simple (100 lines?) wrapper for python's logging to include boilerplate:
debug1()
debug2()
info()
warn()
error()
crticial()
- Has a human-readable and structured logging mode.
- Allows tags that can be filtered by.
- Includes more information in the log (configurable)