joewitt commented on PR #8708: URL: https://github.com/apache/nifi/pull/8708#issuecomment-2081346192
the wild log output is found in at least nifi-framework-core integration tests. And it is due to SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@7c24b813] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@2c35e847] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@7c24b813] This stems from the fact that we have in our lib (and now in the nifi-bom) logback-classic/logback-core AND there is a test dependency in the root pom on slf4j-simple. I dont know why we need/want the slf4j-simple so am looking into that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
