litixsoft / log4js-node-mongodb

A log4js-node log appender to write logs into MongoDB
MIT License
39 stars 23 forks source link

added connectionOptions property to configuration options #4

Closed adaball closed 8 years ago

adaball commented 8 years ago

While using log4js-node-mongodb for a project, I found that I needed the flexibility of passing in MongoClient specific connection options, so this is my implementation of that.

4kochi commented 8 years ago

Thanks a lot. Looks good so far. Will test it on my machine next week and then merge.

4kochi commented 8 years ago

Released as v2.1.0

adaball commented 8 years ago

cool!