Skip to content

Releases: osiegmar/logback-gelf

v2.2.0

14 Dec 05:49
Compare
Choose a tag to compare

[2.2.0] - 2019-12-14

Added

  • Add customizable keys for the logger name and thread name
    #41

Fixed

  • Fix handling of multiple markers
    #35

[2.1.2] - 2019-11-04

04 Nov 18:32
Compare
Choose a tag to compare

Fixed

  • Build needs to be performed with Java < 9 #38

[2.1.1] - 2019-11-03

03 Nov 10:41
Compare
Choose a tag to compare

Fixed

  • Fix empty hostname #34

[2.1.0] - 2019-06-12

12 Jun 17:25
Compare
Choose a tag to compare

[2.1.0] - 2019-06-12

Changed

  • Log numeric values as number (double precision) not string #30

v2.0.1

19 May 11:21
Compare
Choose a tag to compare

[2.0.1] - 2019-05-19

Fixed

  • Reopen the UDP channel, if it was closed
    #20

v2.0.0

27 Feb 18:56
Compare
Choose a tag to compare

[2.0.0] - 2019-02-12

Changed

  • Update dependency to logback 1.2.3
    #21
  • Changed implementation from Layout to Encoder (also renamed class GelfLayout to GelfEncoder and layout to encoder in GelfAppender)

v1.1.0

21 Jan 19:36
Compare
Choose a tag to compare

[1.1.0] - 2018-01-21

Added

  • Simple connection pooling in GelfTcpAppender & round robin host lookup in GelfUdpAppender
    #11

Changed

  • Update dependency to logback 1.1.8
    #1

Fixed

  • The reconnect interval could not be disabled
    #12

logback-gelf v1.0.4

03 Apr 18:15
Compare
Choose a tag to compare
  • Add support for GELF console logging (appendNewline in GelfLayout)
  • Fix interrupted flag in GelfTcpAppender (restore flag after catching InterruptedException)

logback-gelf v1.0.3

12 Jan 19:30
Compare
Choose a tag to compare
  • Add support for logback 1.1.8

logback-gelf v1.0.2

18 Oct 20:41
Compare
Choose a tag to compare
  • Fix possible infinite loop bug with exception root cause