Open GoogleCodeExporter opened 9 years ago
So something like only display the last 1000 lines from the log file, instead
of loading the entire log file ?
Original comment by sweaty1
on 11 Jun 2013 at 6:36
Yes, I meant when clicking clear button, all log content in window is cleared.
New content from that point on sill continues to get appended to the window.
Say the log file has 1032 lines, I click clear, the window becomes empty, only
content from line 1033 will be shown in the window from that point on. So the
idea like showing from the point when clear button is clicked. Hope that my
explanation does not sound circle to you :D.
I found this feature missing when switching from Windows Tail
(http://sourceforge.net/projects/tailw) to SnakeTail. SnakeTail has almost
everything I wish for a tail utility but this functionality.
Thanks for attention.
Original comment by hutieu...@gmail.com
on 11 Jun 2013 at 1:22
It would require a special log streamer, that is able to start from a certain
file-position.
A simple work-around would be to register an "External Tool" inside SnakeTail,
where the external tool (batch file) just renames the current open file (Ex.
Server.log -> Server.{DateTime}.log)
Original comment by sweaty1
on 1 Aug 2013 at 9:03
Original issue reported on code.google.com by
hutieu...@gmail.com
on 11 Jun 2013 at 6:12