Releases: spotify/logging-java
Releases · spotify/logging-java
v2.3.7
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
What's Changed
- Update SentryAppender to use sentry-logback dependency by @toweroy in #44
- Bump SLF4J & Logback by @caesar-ralf in #53
- Security upgrades by @caesar-ralf in #54
New Contributors
Full Changelog: v2.3.4...v2.3.5
v2.3.4
What's Changed
- Weaver ownership by @cirpo in #43
- Bump jackson-databind from 2.11.3 to 2.12.7.1 by @dependabot in #42
New Contributors
Full Changelog: v2.3.3...v2.3.4
v2.3.3
[maven-release-plugin] copy for tag v2.3.3
v2.2.7
v2.2.0
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