winston-daily-rotate-file
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -145,2 +145,10 @@ 'use strict'; | ||
this.getFormattedDate = function () { | ||
// update the year, month, date... variables | ||
this._year = this._getTime('year'); | ||
this._month = this._getTime('month'); | ||
this._date = this._getTime('date'); | ||
this._hour = this._getTime('hour'); | ||
this._minute = this._getTime('minute'); | ||
this._weekday = weekday[this._getTime('day')]; | ||
var flags = { | ||
@@ -147,0 +155,0 @@ yy: String(this._year).slice(2), |
{ | ||
"name": "winston-daily-rotate-file", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A transport for winston which logs to a rotating file each day.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53037
1310