Skip to content

SLF4J compatibity issues - logs not streaming while mvn target execution #155

Closed
@pt-bhavsar

Description

Hello,

This is an amazing tool. Here is something happened post installation and I believe it may have to do with different running versions of SLF4J.

Set up:

OS - MAC
Maven Version - 3.8.6
Java Version - OpenJDK 11

For every mvn target execution, I don't see the log which I was able to see before. I see below:

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:/opt/apache-maven-3.8.6/lib/maven-slf4j-provider-3.8.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.

I have tried to locate the culprit dependency, but I couldn't. Executing mvn dependency:tree also throw above warning.

Any insight in to fixing this? Thanks in advance

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions