fixed up logger and added more data-sources to md
This commit is contained in:
parent
20b7180a43
commit
917f91715a
2 changed files with 7 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ function createDestination(
|
|||
colorize: true,
|
||||
translateTime: 'yyyy-mm-dd HH:MM:ss.l',
|
||||
messageFormat: '[{service}{childName}] {msg}',
|
||||
singleLine: true,
|
||||
hideObject: false,
|
||||
singleLine: false, // This was causing logs to be on one line
|
||||
hideObject: true, // Hide metadata objects
|
||||
ignore: 'pid,hostname,service,environment,version,childName',
|
||||
errorLikeObjectKeys: ['err', 'error'],
|
||||
errorProps: 'message,stack,name,code',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue