Tune your logs#
tuning is a colorful and customizable dual-logging module for CLI applications. Emojis included 😉.
The idea is simple, display human-readable and colorful terminal logs, while keeping file logs detailed and sober.
It builds on stdlib logging and Rich, so you can use it as usual:
logging via named functions:
logger.my_custom_lvl()natural language defined styles:
bold italic white on red
Index#
Quick Start: basic setup and first log messages.
Configuration: programmatic and YAML configuration notes.
Examples: practical snippets.
API Reference: generated from public source docstrings.
Development: contributor commands and checks.