hpcloud / tail

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

loss log #144

Open atdevp opened 6 years ago

atdevp commented 6 years ago

config := tail.Config{ Follow: true, ReOpen: true, Poll: true, Location: &tail.SeekInfo{Offset: 0, Whence: 2}, }

how to protect loss log ??

croatiangrn commented 5 years ago

Same problem here. Any updates?