hpcloud / tail

Go package for reading from continously updated files (tail -f)
MIT License
2.72k stars 505 forks source link

[Question] events notification #109

Open ltagliamonte opened 7 years ago

ltagliamonte commented 7 years ago

Is it possible using the library to get notified, when the file gets truncated or deleted?

nxadm commented 3 years ago

I suggest to use fsnotify. (Closed this info request on the active fork of this library.)