mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Merge branch 'master' into fixes-for-node-v12
This commit is contained in:
commit
5c5d572a8e
@ -45,7 +45,7 @@ function timestampLevelAndCategory(loggingEvent, colour) {
|
||||
util.format(
|
||||
'[%s] [%s] %s - ',
|
||||
dateFormat.asString(loggingEvent.startTime),
|
||||
loggingEvent.level,
|
||||
loggingEvent.level.toString(),
|
||||
loggingEvent.categoryName
|
||||
),
|
||||
colour
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user