0.0.4 • Published 9 years ago

logger-server v0.0.4

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
9 years ago

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!

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago