You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with Tail. We have an application that watches a file to send changes to an event bus to generate alerts.
The issue is that when the file is truncated and reopened it re-reads the file. The problem is that in our case also all the lines are send to the event bus again. I was digging in to the docs but I could not find a ways to prevent this.
So is there an option in Tail to go to directly to the end of a file without fully reading it when a file is reopened after a truncate?