Katebe Katuka

Results 1 comments of Katebe Katuka

> I had to use : > winston.configure({transports: [new winston.transports.File({ filename: 'logfile.log' }) ]}); > instead off: > winston.add(winston.transports.File, { filename: 'logfile.log' }); This worked for me. Thanks.