This commit is contained in:
Matt Alexander 2022-03-19 17:01:35 -05:00 committed by Lam Wei Li
parent a1898910d6
commit 68a85f956e
No known key found for this signature in database
GPG Key ID: 90F6ABECF080D7BF

View File

@ -54,7 +54,7 @@ This layout is the same as `basic`, except that the timestamp, level and categor
## Message Pass-Through
* `type` - `messagePassThrough`
This layout just formats the log event data, and does not output a timestamp, level or category. It is typically used in appenders that serialise the events using a specific format (e.g. [gelf](gelf.md)).
This layout just formats the log event data, and does not output a timestamp, level or category. It is typically used in appenders that serialise the events using a specific format (e.g. [gelf](https://github.com/log4js-node/gelf)).
## Example
```javascript