We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e88c1d commit 2762f84Copy full SHA for 2762f84
daily-rotate-file.js
@@ -91,7 +91,8 @@ var DailyRotateFile = function (options) {
91
extension: options.extension ? options.extension : '',
92
create_symlink: options.createSymlink ? options.createSymlink : false,
93
symlink_name: options.symlinkName ? options.symlinkName : 'current.log',
94
- watch_log: options.watchLog ? options.watchLog : false
+ watch_log: options.watchLog ? options.watchLog : false,
95
+ audit_hash_type: options.auditHashType || 'sha256'
96
});
97
98
this.logStream.on('new', function (newFile) {
0 commit comments