Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Releases: spotify/logging-java

v2.3.7

Choose a tag to compare

@andreasfolkesson andreasfolkesson released this 03 Oct 11:45

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

Choose a tag to compare

@caesar-ralf caesar-ralf released this 10 Jul 12:45

What's Changed

New Contributors

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

v2.3.4

Choose a tag to compare

@caesar-ralf caesar-ralf released this 07 Dec 13:57

What's Changed

New Contributors

  • @cirpo made their first contribution in #43

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

v2.3.3

Choose a tag to compare

@danielnorberg danielnorberg released this 21 Dec 19:07
[maven-release-plugin] copy for tag v2.3.3

v2.2.7

Choose a tag to compare

@pettermahlen pettermahlen released this 12 Nov 15:13

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

v2.2.0

Choose a tag to compare

@pettermahlen pettermahlen released this 05 Aug 07:15

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