multitail

View and follow multiple log files simultaneously in one terminal.

brewmacoslinux
Try with needOr install directly
Source

About

Tail multiple files in one terminal simultaneously

Commands

multitail

Examples

follow multiple log files at the same time$ multitail /var/log/syslog /var/log/auth.log
watch application logs from different services$ multitail /var/log/apache2/access.log /var/log/apache2/error.log
monitor logs with color highlighting for errors$ multitail -c /var/log/app.log /var/log/system.log
tail logs from command output and file together$ multitail -l 'tail -f /var/log/file1.log' /var/log/file2.log
split terminal window to view logs side by side$ multitail -s 2 /var/log/access.log /var/log/error.log