Skip to content

iamcal/logTailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logTailer

Tail logs over HTTP, using node.

Configuration

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.

About

Tail logs over HTTP, using node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published