Open GoogleCodeExporter opened 9 years ago
I have reproduced this issue, and the problem is that SnakeTail is using
StreamReader and ReadLine(). And if the application writing to log is not
writing one line at time but writing a few characters, then it is possible for
SnakeTail to call ReadLine() and read a partial line, and when calling
ReadLine() again it reads other part.
I'm working on changing the SnakeTail log-reader interface, so it supports
applications that writes log lines incrementally.
Original comment by sweaty1
on 28 Nov 2011 at 8:55
Original issue reported on code.google.com by
esteev...@gmail.com
on 28 Nov 2011 at 10:34