ORESoftware/bunion

better control for log level destinations etc

ORESoftware opened this issue · 0 comments

trentm/node-bunyan#526

Would be nice if like so:

module.exports = bunyan.createLogger({
  name: 'cdt-api-server',
  levels: {
   'warn' : [],
  'debug': [],
  }
});