npm.io
2.0.2 • Published 9 years ago

firelog

Licence
MIT
Version
2.0.2
Deps
3
Vulns
0
Weekly
0
Stars
2

Firelog

Build Status Coverage Status License npm Version

a simple log pkg, send log to elasticsearch

Features

  • stream support
  • data loss guard against

Options

  • host, target host
  • port, target port
  • stream(on|off), use stream pipe log

Benchmark

enter benchmark dir, then execute $node bunyan_vs_fire.js

Fire Spend: 847457 op/s
Bunyan Spend: 70521 op/s

Install

$ npm install firelog -g

Test

run test:

$ npm test

run test coverage:

$ npm run cover

Examples

See examples

License

MIT