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
I am seeing tons of noise in container logs after upgrading to samza 0.13.
Changes to my job's log4j properties aren't affecting this output. Also, logs
are now pointing output to stdout instead of the samza-cotnainer-n.log file.
18:42:19.761 [SAMZA-JVM-METRICS] DEBUG org.apache.samza.metrics.J