Re: Noise in Logs After Upgrade to 0.13

2017-08-22 Thread Jeremiah Adams
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

Re: Noise in Logs After Upgrade to 0.13

2017-08-21 Thread Prateek Maheshwari
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