Description
Show Python log messages with readable colors in terminal output. It helps developers and operators scan severity levels, timestamps, and logger names more quickly during local runs or command-line troubleshooting.
This is a logging formatter, not a log storage system. Logs may contain sensitive data, so applications should avoid exposing secrets and should keep production logging policies separate from local color preferences.