Skip to content

Commit e4f1c90

Browse files
committed
Remove incorrect method parameter
1 parent d8fd411 commit e4f1c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/logger/recordFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default class RecordFactory {
6363
record.metadata.message = util.format.apply(util, args);
6464

6565
// assign dynamic fields
66-
this.addDynamicFields(record, Output.MsgLog, new Date());
66+
this.addDynamicFields(record, Output.MsgLog);
6767

6868
// assign values from request context if present
6969
if (context) {

0 commit comments

Comments
 (0)