clog

Tail log files with color-coded pattern matching and filtering

brewmacoslinux
Try with needOr install directly
Source

About

Colorized pattern-matching log tail utility

Commands

clog

Examples

Tail a log file with default color patterns$ clog /var/log/system.log
Follow a log file and highlight ERROR and WARN patterns$ clog -f /var/log/app.log
Tail log with custom pattern matching (e.g., highlight 'failed')$ clog -p 'failed' /var/log/syslog