log4js-node/lib/appenders
Jens John ca635fc4b9 GELF appender: don't send full_message field
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
2014-07-10 12:17:35 +09:00
..
categoryFilter.js formatting fixes, unnecessary code removed 2013-08-05 11:40:59 +10:00
clustered.js Clusterred appender should consider the categories. 2014-05-20 13:45:46 +03:00
console.js Getting console appender to work with node-webkit 2013-07-10 05:07:28 -07:00
dateFile.js added shutdown to datefile 2014-04-22 10:05:37 +10:00
file.js fix shutdown method: make sure to callback when write completed immediately 2014-04-21 16:27:51 +09:00
gelf.js GELF appender: don't send full_message field 2014-07-10 12:17:35 +09:00
hookio.js fixed all lint errors except ones which require refactoring of code 2013-06-04 08:17:36 +10:00
loggly.js Stop making use of any layout 2014-01-21 12:11:32 +01:00
logLevelFilter.js fixed all lint errors except ones which require refactoring of code 2013-06-04 08:17:36 +10:00
multiprocess.js Added logic to serialize Error objects correctly 2013-09-26 14:55:20 -04:00
smtp.js rolled back my clever map+join, because it broke the tests 2013-06-06 07:53:22 +10:00