const bunyan = require('bunyan') module.exports = bunyan.createLogger({ name: 'loop-etl-rocketchat', streams: [ { level: 'info', stream: process.stdout }, { level: 'info', path: 'loop-etl-rocketchat.log' } ] })