Does anyone know of a way to show a log file live on a webpage?
I've searched a bit and not found anything useful.
Chrissssss wants a better chat system where he can see more past chat messages. I want to do this by putting the live chat on the mini-site somehow.
Also, rather than showing the full log file live I want to only show certain sections. Using tail and grep it'd look like this...
code:
tail -fn 500 server.log | grep "[INFO]*<"
Ideas on a postcard.