Skip to content

micro-toolkit/logger-facade-mongoose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logger Facade Mongoose

Build Status

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Running Specs

$ npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published