winston-daily-rotate-file
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -91,3 +91,5 @@ 'use strict'; | ||
utc: options.utc ? options.utc : false, | ||
extension: options.extension ? options.extension : '' | ||
extension: options.extension ? options.extension : '', | ||
create_symlink: options.createSymlink ? options.createSymlink : false, | ||
symlink_name: options.symlinkName ? options.symlinkName : 'current.log' | ||
}); | ||
@@ -94,0 +96,0 @@ |
{ | ||
"name": "winston-daily-rotate-file", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "A transport for winston which logs to a rotating file each day.", | ||
@@ -43,3 +43,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"file-stream-rotator": "^0.5.4", | ||
"file-stream-rotator": "^0.5.5", | ||
"object-hash": "^1.3.0", | ||
@@ -46,0 +46,0 @@ "triple-beam": "^1.3.0", |
@@ -32,2 +32,4 @@ # winston-daily-rotate-file | ||
* **extension**: File extension to be appended to the filename. (default: '') | ||
* **createSymlink**: Create a tailable symlink to the current active log file. (default: false) | ||
* **symlinkName**: The name of the tailable symlink. (default: 'current.log') | ||
@@ -34,0 +36,0 @@ ## Usage |
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
25256
435
80
Updatedfile-stream-rotator@^0.5.5