When trying to run different components I'm getting the warning message:

SLF4J: Class path contains multiple SLF4J bindings.

Even if I try to exclude them, say:

compile
("org.springframework.data:spring-data-gemfire:1.7.0.APACHE-GEODE-EA-SNAPSHOT")
{
        exclude module : 'spring-boot-starter-logging'
        exclude module : "org.apache.logging.log4j:log4j-slf4j-impl:2.1"
    }

It does nothing. Doing "gradle dependencies" tells me it is geode pulling
those bindings.

This causes ALL logging to be in debug level, which is way too noisy.
Any idea how to circumvent this?

Joao Peixoto

Reply via email to