UNPKG

zordon

Version:

straightforward distributed logging tool

38 lines (19 loc) 738 B
zordon ======== ![zordon](http://www.rovang.org/wiki/zordon-prt.jpg) 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)