0.0.9 • Published 11 years ago

logwatcher v0.0.9

Weekly downloads
37
License
-
Repository
github
Last release
11 years ago

LogWatcher

This is a simple web application I have written to watch log files from a browser. The primary motivation for its creation is for me to learn how to use WebSockets in NodeJS while creating something useful for myself. It uses WebSockets ws by einaros.

Installation

npm install -g logwatcher

Usage

Create a .logwatchrc file in your home directory. Then just run:

logwatch

Sample .logwatchrc file:

{
  "logs": {
    "Name": "/home/user/path/to/file.log"
  }
}

The name is used for the button display in the browser.

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago