better control for log level destinations etc
ORESoftware opened this issue · 0 comments
ORESoftware commented
Would be nice if like so:
module.exports = bunyan.createLogger({
name: 'cdt-api-server',
levels: {
'warn' : [],
'debug': [],
}
});