tail.log
v1.0.7
Published
A light weight web log tail tool by Youdar
Downloads
4
Readme
tail.log
A light weight web log tail tool, watch everything in your browser!
Modified from: https://gist.github.com/karmi/718035
- Fixed some errors, while node has changed a lot.
Setup
npm install
node ./server.js /path/to/your.log
~~It's suggested to have a base authentication on your web server to prevent malicious log snooping.~~
Screenshoots
Updates
Update 2016-03-03:
The Basic Authentication: youdar:youdarpass
Generate: htpasswd -b users.htpasswd youdar youdarpass