<div dir="ltr">Hi,<div><br></div><div>by default the Kafka client APIs log a lot on INFO. On IRC Polina and Dimitra were mentioning that.</div><div><br></div><div>Here is a snippet for the &quot;standalone.xml&quot;, to be inserted in the logging subsystem:</div><div><br></div><div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>    &lt;logger category=&quot;org.apache.kafka.streams.processor&quot;&gt;</div><div>                &lt;level name=&quot;WARN&quot;/&gt;</div><div>            &lt;/logger&gt;            </div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>    &lt;logger category=&quot;org.apache.kafka.clients.producer.ProducerConfig&quot;&gt;</div><div>                &lt;level name=&quot;WARN&quot;/&gt;</div><div>            &lt;/logger&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>    &lt;logger category=&quot;org.apache.kafka.clients.consumer.ConsumerConfig&quot;&gt;</div><div>                &lt;level name=&quot;WARN&quot;/&gt;</div><div>            &lt;/logger&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>    &lt;logger category=&quot;org.apache.kafka.streams.StreamsConfig&quot;&gt;</div><div>                &lt;level name=&quot;WARN&quot;/&gt;</div><div>            &lt;/logger&gt;</div></div><div><br></div><div><br></div><div>Greetings,</div><div>Matthias</div><div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Matthias Wessendorf <br><br>blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a></div></div></div>
</div></div>