We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e88c1d + fcc42eb commit 972c87cCopy full SHA for 972c87c
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 ? options.auditHashType : 'sha256'
96
});
97
98
this.logStream.on('new', function (newFile) {
0 commit comments