Skip to content

Commit 41bed33

Browse files
maxs-roseJonathan Ginsburg
authored and
Jonathan Ginsburg
committedJan 24, 2022
fix: remove depreciation warning from log4js
1 parent c985155 commit 41bed33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lib/constants.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ exports.LOG_PRIORITIES = [
2828
]
2929

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

3434
// Default console appender
3535
exports.CONSOLE_APPENDER = {

0 commit comments

Comments
 (0)
Please sign in to comment.