tail-like view on HTML logfiles
Posted
by
h0b0
on Programmers
See other posts from Programmers
or by h0b0
Published on 2012-10-04T11:11:23Z
Indexed on
2012/10/04
15:52 UTC
Read the original article
Hit count: 394
I'm working on an application that creates HTML log files. I'm tired of having to manually reload and scroll to the bottom in the browser to see the latest entries.
A solution that does not really satisfy me is using the Firefox plugins ReloadEvery and ScrollyFox. In many situations reloading frequency and scrolling speed are just to slow.
Of course I could actually use tail, but I would prefer a rendered HTML page.
Do you have any suggestions? Firefox extensions are preferred, but any other tip is appreciated, too.
© Programmers or respective owner