tailspin

Syntax highlighter for log files with pattern matching and colors

brewmacoslinux
Try with needOr install directly
Source

About

Log file highlighter

Commands

tailspin

Examples

Highlight a log file with default rules$ tailspin /var/log/system.log
Follow and highlight logs in real-time$ tail -f /var/log/app.log | tailspin
Highlight logs with custom color configuration$ tailspin --config ~/.tailspin.toml /var/log/debug.log