Tail logs over HTTP, using node.
Install node.
On your server, modify the settings in config.js
and then:
node server.js
Or if you'd like it to run in the background behind screen
:
screen -d -m node server.js
To view the logs in your browser, copy the contents of the web/
folder to your web server, edit the config URLs inside follow.htm
and then load it in a browser.
That's it.