
LogTail is an OS X app to view and monitor local and remote log files on Linux servers (using SSH) or any plain text file. It allows you to set up filter and highlight rules that can be used to hide or colorize lines with matching search terms. This allows you to focus on the important data in your log files. You can also enable notifications to be alerted when matching text is found in the log file.
v4.3
* Add support to open remote file by path, optionally with 'sudo'
* Add view zoom in/out
* Optimize remote file connection handling to reuse connection when polling
* Fix Find All search progress reporting
* Fix filter rule name wrapping issue
* Misc UI and bug fixes