Skip to content

Commit

Permalink
fix: remove depreciation warning from log4js
Browse files Browse the repository at this point in the history
  • Loading branch information
maxs-rose authored and Jonathan Ginsburg committed Jan 24, 2022
1 parent c985155 commit 41bed33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/constants.js
Expand Up @@ -28,8 +28,8 @@ exports.LOG_PRIORITIES = [
]

// Default patterns for the pattern layout.
exports.COLOR_PATTERN = '%[%d{DATE}:%p [%c]: %]%m'
exports.NO_COLOR_PATTERN = '%d{DATE}:%p [%c]: %m'
exports.COLOR_PATTERN = '%[%d{DATETIME}:%p [%c]: %]%m'
exports.NO_COLOR_PATTERN = '%d{DATETIME}:%p [%c]: %m'

// Default console appender
exports.CONSOLE_APPENDER = {
Expand Down

0 comments on commit 41bed33

Please sign in to comment.