In nxlog config I have these params set:
SavePos True
ReadFromLast True
When removing lines from a log file (this should never happen) nxlog ships the entire log file. Is this related to how nxlog tracks the line number?
To recreate:
- I stop the nxlog service
- Delete the nxlog cache (just to make sure im starting fresh)
- Right now the log folder I've configured nxlog to watch is empty
- I add a new log file to the folder
- nxlog ships the log file
- I open the log file and add a few lines
- nxlog ships those lines
- I delete those new lines I just added
- nxlog ships the entire log file