UNPKG

winston-daily-rotate-file

Version:

A transport for winston which logs to a rotating file each day.

6 lines (4 loc) 181 B
const winston = require("winston"); const DailyRotateFile = require("./daily-rotate-file"); winston.transports.DailyRotateFile = DailyRotateFile; module.exports = DailyRotateFile;