Skip to content

facka/logger-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logger-server

Node Server that opens a socket to stream any log file.

Install

npm install logger-server -g

Deploy

Deploy this server in any folder where you have a log file.

Run

Go to the folder where you have the log files and then run:

logger-server

It will open a socket in port 3000

Then go to http://facka.github.io/logger-web/ to connect to the servers. Create a panel and set host= localhost, port=3000, path='THEPATH', file='YOURFILE'

Test it!

To test this server I created a node that logs to the standard output. To run it:

logger-server-example >> example.log

Enjoy!

About

Node Server that opens a socket to stream any log file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published