LogWatcher is an utility meant as a replacement for: tail -F /some/path/*
.
lw vs tail advantages:
ulimit -n
value high enough)Daniel (@dmilith) Dettlaff
Uses Kqueue for event monitoring (standard on BSD and macOS)
Works recursively through files/ directories but can be also used for single file monitoring
It's fast and DEBUG'able (through DEBUG env variable)
Produces colorful output (especially in DEBUG mode).
BSD
MIT