mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
According to the GELF spec v1.1 [1], the full_message field in GELF is optional. The log4js implemention until now has sent identitical short_message and full_message fields. Since this does not add any new information to the log message, I suggest that full_message be dropped from GELF. -- [1] http://graylog2.org/gelf#specs