Releases: esl/lager_graylog
Releases · esl/lager_graylog
v1.1.0
v1.0.0
Added
- lager backend sending log messages to Graylog over TCP
- option to filter log metadata by keys
- option to filter, modify and add metadata log by specifying a callback module and function
- option to override
hostfield sent in the GELF payload - option to not include
timestampfield in the GELF payload - option to choose custom formatter
- validation of backends' configuration options
- a license
Changed
- name of the UDP-based backend from
lager_udp_backendtolager_graylog_udp_backend - name of the option to select address family used when opening a socket from
inet_familyto
address_family - formatting of binaries and lists - now they are "pretty-printed" inside the GELF payload regardless
of whether they represent valid text
Fixed
- encoding of numbers in the GELF payload - now they are correctly represented as numbers and not as
strings - encoding of log severity