Tag: multitail

Monitor multiple logs simultaneously

One way to monitor multiple logs simultaneous is to use tail.  Although this works, and works well, if the logs are modified frequently, they seem to scroll endlessly and messily.  What is meant by messily. As a log file is modified, it takes precedence over the previous log as it updates the terminal. One way around this is with multitail….

Read More »