gelf4net
gelf4net copied to clipboard
where are params and their defaults documented
what is the default value for SendTimeStampAsString? My new Graylog instances is complaining
GELF message
(received from host:port) has invalid "timestamp": 1661540192.05392 (type: STRING)
where are the the params documented?
Hi
The default value is true
https://github.com/jjchiw/gelf4net/blob/master/src/Gelf4Net.Core/Layout/GelfLayout.cs#L22
Here is how the transformation it's done https://github.com/jjchiw/gelf4net/blob/master/src/Gelf4Net.Core/GelfMessage.cs#L70