logger-facade-mongoose
v1.0.0
Published
A helper to use mongoose logging with logger facade
Downloads
13
Maintainers
Readme
Logger Facade Mongoose
A helper library to hook logger facade library in mongoose.
How to use it
Install it:
npm install logger-facade-nodejs
npm install logger-facade-mongoose
Attach it:
// check logger facade node and plugins for other plugins information
var mongooseLogger = require('logger-facade-mongoose');
mongoose.set('debug', mongooseLogger);
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Running Specs
$ npm test