✏️ Remove log file

This commit is contained in:
SebClem 2020-09-12 16:47:55 +02:00
parent 25618ccd91
commit e10d3b5278

View File

@ -22,7 +22,7 @@ const logger = winston.createLogger({
// - Write all logs error (and below) to `quick-start-error.log`.
//
new winston.transports.Console({handleExceptions: true}),
new winston.transports.File({filename: '/data/NCB.log', handleExceptions: true})
// new winston.transports.File({filename: '/data/NCB.log', handleExceptions: true})
]
});