winston-daily-rotate-file
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -75,3 +75,3 @@ 'use strict'; | ||
this.showLevel = options.showLevel === undefined ? true : options.showLevel; | ||
this.timestamp = options.timestamp || null; | ||
this.timestamp = options.timestamp || true; | ||
this.datePattern = options.datePattern ? options.datePattern : '.yyyy-MM-dd'; | ||
@@ -78,0 +78,0 @@ this.depth = options.depth || null; |
{ | ||
"name": "winston-daily-rotate-file", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "A transport for winston which logs to a rotating file each day.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -367,3 +367,3 @@ /* eslint-disable max-nested-callbacks,no-unused-expressions */ | ||
maxFiles: 2, | ||
maxsize: 50 | ||
maxsize: 100 | ||
}); | ||
@@ -370,0 +370,0 @@ |
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
53032