We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c985155 commit 41bed33Copy full SHA for 41bed33
lib/constants.js
@@ -28,8 +28,8 @@ exports.LOG_PRIORITIES = [
28
]
29
30
// 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'
+exports.COLOR_PATTERN = '%[%d{DATETIME}:%p [%c]: %]%m'
+exports.NO_COLOR_PATTERN = '%d{DATETIME}:%p [%c]: %m'
33
34
// Default console appender
35
exports.CONSOLE_APPENDER = {
0 commit comments