Description
Format Python logging output with colors that make severity and context easier to scan in a terminal. It is useful for local development, CLI tools, and services that print human-readable logs.
This package only changes presentation. Applications should still structure logs carefully, avoid secrets, and keep machine-readable production logging separate when automated log collectors depend on stable output.