zordon
Version:
straightforward distributed logging tool
38 lines (19 loc) • 738 B
Markdown
zordon
========

a distributed daemon for centralized logging
### Wut?
this project is an attempt to make a straight forward logging system that plays nice with `mongroup` and `debug`. I wanted something more straight forward than syslog and something that
could work on arbitrary log files w/o weird DSL configuration.
### the idea
logging transmissions travel over tcp b/c node <3 tcp
client is just a thin wrapper around `tail -f`
### installation
`npm install -g zordon`
### for clients
`zordon file.log logserver.example.com`
### for server
`zordon server`
### peers
[log.js](https://github.com/visionmedia/log.js)
[logdir](https://github.com/substack/logdir)