зеркало из https://github.com/mozilla/CSOL-site.git
4 строки
192 B
JavaScript
4 строки
192 B
JavaScript
|
var winston = require('winston');
|
||
|
/* This space reserved for future config/transports */
|
||
|
/* e.g. winston.add(winston.transports.File, { filename: 'somelog.log' }); */
|
||
|
module.exports = winston;
|