To: dev@samza.apache.org
Subject: Re: Noise in Logs After Upgrade to 0.13
Hi Jeremiah,
Can you check if your classpath has multiple SLF4J bindings and if it's
picking something other than log4j (e.g. logback) instead? If that's the
case, the other implementation might not have a
Hi Jeremiah,
Can you check if your classpath has multiple SLF4J bindings and if it's
picking something other than log4j (e.g. logback) instead? If that's the
case, the other implementation might not have an explicit configuration and
default to logging everything to stdout.
You can verify by chec