Downgrade to logback 1.1.6 (or upgrade to 1.1.8 when available)
See original GitHub issueWhile upgrading to Spring Boot 1.3.5 we ran into LOGBACK-1158. The suggested solution is to downgrade, we now done that in our gradle.build
file.
Didn’t took too long to fix but it was quite unexpected that this broke our application.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:9 (1 by maintainers)
Top Results From Across the Web
News - Logback - QOS.ch
11.1. As of logback version 1.2.8 DBAppender no longer ships with logback. However, DBAppender for logback-classic is available under ...
Read more >RELEASE-NOTES.md
Apache Karaf 4.2.14 is an update on the 4.2.x series. It updates to Pax Logging 1.11.12: upgrading to logback 1.2.9, addressing CVE-2021-42550; upgrading...
Read more >Changelog | Meteor API Docs
Updates dependencies and make debug available for use in non production ... Downgrade your app to earlier version of Meteor meteor update --release...
Read more >Logback upgrade from 1.1.11 to 1.3.0-alpha4 in Spring boot ...
slf4j.impl which has the class StaticLoggerBinder, which is not available in logback-classic-1.3.0-alpha4 and causing this issue.
Read more >Maintenance Guide - ForgeRock Access Management 7.1.3
Latest update: 7.1.3 ... Persistent Debug Logging with Logback.xml . ... SNMP monitoring is not available for client-based sessions.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We are also facing a problem with logstash
1.1.6
since we are using thelogstash-logback-encoder
: https://github.com/logstash/logstash-logback-encoder/issues/160 which seems to be caused by http://jira.qos.ch/browse/LOGBACK-1164Due to that we currently have to downgrade every project explicitly to
1.1.6
.1.1.8 is out as of December 9th
http://jira.qos.ch/projects/LOGBACK/versions/11320