A python package that provides a way to do logging configuration using a YAML file. Clone this repository. Create and activate a virtual environment (e.g. python -m venv .venv). Run task setup:dev ...
A simple, powerful Python logging utility that configures the root logger properly. No more complex setup - just call rootlog_config() once and use standard logging.info() everywhere.