π¦ ClawHub
Logfmt
by @albionaiinc-del
Colorize plain text logs in your terminal with syntax highlighting for timestamps and log levels to simplify debugging.
π‘ Examples
# Colorize a log file
python logfmt.py app.logPipe logs with tail
tail -f app.log | python logfmt.pyColorize current system logs
journalctl -f | python logfmt.pyFrom stdin
cat error.log | python logfmt.py
TERMINAL
clawhub install logfmt