[slf4j-dev] [JIRA] Updates for SLF4J-565: Improve instructions on adding the correct combinations of dependencies
QOS.CH (JIRA)
noreply-jira at qos.ch
Tue Sep 27 18:48:00 CEST 2022
SLF4J / SLF4J-565 [Open]
Improve instructions on adding the correct combinations of dependencies
==============================
Here's what changed in this issue in the last few minutes.
This issue has been created
This issue is now assigned to you.
View or comment on issue using this link
https://jira.qos.ch/browse/SLF4J-565
==============================
Issue created
------------------------------
Adam created this issue on 27/Sep/22 6:34 PM
Summary: Improve instructions on adding the correct combinations of dependencies
Issue Type: Improvement
Assignee: SLF4J developers list
Created: 27/Sep/22 6:34 PM
Environment:
I have recently updated Spring Boot and now I'm experience problems where the log output is not shown.
In the console I see the following errors:
{code:java}
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
SLF4J: Ignoring binding found at [jar:file:/Users/semene000/.local/share/gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-classic/1.2.11/4741689214e9d1e8408b206506cbe76d1c6a7d60/logback-classic-1.2.11.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. {code}
I have visited the links but they do not provide a useful explanation. I'm still not clear on what's changed, or what's wrong. The explanations seem more focused on giving context, or historical background. I'm not really interested in the history, I just want it to work.
I've tried reading through the docs but they are not easy to follow. They're not clear about what artifacts are available, or where to find them.
For example, when I visit most GitHub projects, one of the first things I see in the readme are instructions on how to add dependencies.
Conversely, on the slf4j site I have to click around to hunt down the documentation pages. Once I find the manual https://www.slf4j.org/manual.html, it dives straight into using the code. It mentions the jars, but now where they are hosted, or the Maven coordinates.
Please can you update the docs to include a clear explanation about what dependencies I should add to my Gradle project?
Priority: Major
Reporter: Adam
==============================
This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59)
More information about the slf4j-dev
mailing list