fblog

Command-line JSON log viewer with syntax highlighting and filtering

brewmacoslinux
Try with needOr install directly
Source

About

Small command-line JSON log viewer

Commands

fblog

Examples

View a JSON log file with formatted output$ fblog /var/log/app.json
Stream JSON logs in real-time from a file$ tail -f /var/log/app.json | fblog
Filter JSON logs by field value$ fblog /var/log/app.json --level error