stream.dev.js 146 B

123456
  1. let stream = undefined;
  2. const bunyanFormat = require('bunyan-format');
  3. stream = bunyanFormat({ outputMode: 'short' });
  4. module.exports = stream;