0.0.5 • Published 5 years ago

node-red-contrib-rotate-logger-wins3 v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

node-red-contrib-rotate-logger

This project is forked from Rotate Logger

I chaged for support winston:3.2.1 and winston-daily-rotate-file:4.1.0 (2019-09-20)

to support a configuration similar to:

  var transport = new (winston.transports.DailyRotateFile)({
    filename: '/log/application-%DATE%.log',
    datePattern: 'YYYY-MM-DD-HH',
    zippedArchive: true,
    maxSize: '20m',
    maxFiles: '14d'
  });
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago