Closed
Description
The lib node-tail tail enables to start/stop watch:
tail.watch();
tail.unwatch();
It's very good for many logs in little time when necessary analyse the log, so watch stop and after, start watch again.
It would be interesting to add this feature in this project as well.
I have an application that generates many logs.