Skip to content

Releases: spotify/logging-java

v2.3.7

03 Oct 11:45
Compare
Choose a tag to compare

What's Changed

  • MinimumEventLevel is ERROR, needs to be configured to log lower levels by @andreasfolkesson in #57

Full Changelog: v2.3.5...v2.3.7

v2.3.5

10 Jul 12:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.4...v2.3.5

v2.3.4

07 Dec 13:57
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @cirpo made their first contribution in #43

Full Changelog: v2.3.3...v2.3.4

v2.3.3

21 Dec 19:07
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag v2.3.3

v2.2.7

12 Nov 15:13
Compare
Choose a tag to compare

Fixes bug where suppressed exceptions were hidden, through #25.

v2.2.0

05 Aug 07:15
Compare
Choose a tag to compare

Adds a SpotifyInternalAppender implementation, which replicates what the LoggingConfigurator.configureDefaults does in terms of setting up syslog logging with the formatting required internally at Spotify. The advantage is that this appender allows configuring applications via logback.xml and not just programmatically.

See #13