nlf / bucker

A simple logging library for node.js
82 stars 28 forks source link

shouldn't redis be listed in package.json now #11

Closed bear closed 10 years ago

bear commented 10 years ago

... that the logstash feature is using it?

nlf commented 10 years ago

Nope, it's optional. Bucker will throw an error if you try to use the redis portion of the logstash transport telling you to install redis if it's not there. Didn't want it getting installed for everyone since the percentage of people using it is probably pretty tiny.