tail-stream
tail-stream copied to clipboard
Like `tail -f` but a stream. Like fs.createReadStream but keeps reading as the file grows.
reached end of file file truncated from: 242 to 0 when i add content to file, i find `file truncated from: 242 to 0`
When the 'beginAt' option is set to 'end', before the file grows for the first time, no matter how much that file gets truncated, it will not be detected and...
Thanks for your great work. The problem is just as the title said.
waitForCreate=true together with beginAt='end' results in file read from beginning on every change
as the title says
I started working on definition files but it's a long process so I was wondering if there is already a .d.ts file that I'm not aware of and if they...
I'm wondering what the best way to stop listening is? I am using tail-stream in aws lambda to minimize memory usage: I stream an s3 file into a file buffer...
Hello, I met an error with this plugin : When the `.end()` event is called before the end of the file is reached (and so when the watcher is not...
Hi, I'm using this module and its very useful. Can you please add an event "finish" which is triggered once when the fs.watchFile has completed the monitoring. I want to...
Hi, i'm facing this issue with tail-stream when the log file gets new data after a long time whithout changes. In this case (and with {onMove: 'stay', detectTruncate: true, onTruncate:...