Skip to content

Commit

Permalink
fix: should use paddingMessageFormatter on ConsoleTransport options (#92
Browse files Browse the repository at this point in the history
)
  • Loading branch information
AmazingCaddy authored Oct 16, 2023
1 parent ddbb6d4 commit 32ec755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/egg/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class EggLogger extends Logger {
level: this.options.consoleLevel,
formatter: utils.consoleFormatter,
contextFormatter: this.options.contextFormatter,
formatPaddingMessage: this.options.formatPaddingMessage,
paddingMessageFormatter: this.options.paddingMessageFormatter,
eol: this.options.eol,
localStorage: this.options.localStorage,
dateISOFormat: this.options.dateISOFormat,
Expand Down

0 comments on commit 32ec755

Please sign in to comment.