logdy

Web-based real-time log viewer with streaming and filtering

brewmacoslinux
Try with needOr install directly
Source

About

Web based real-time log viewer

Commands

logdy

Examples

Stream a log file in real-time via web interface$ logdy /var/log/system.log
View live command output with web UI$ tail -f /var/log/app.log | logdy
Stream logs on custom port with filtering$ logdy --port 8080 /var/log/nginx/access.log