Hi all Kafka users. I'm sanha, new to Kafka. I have a question to ask Kafka experts (hopefully you!).
I'm making my own system with Maven. I've added a Kafka source in my project, using Kafka version 0.10.1.0. To test it, I added a unit test using KafkaServerStable to pass some data locally. However, I could not find any property about setting the logging way of this server. As a result, during the maven building of my project, this server spits out a lots of logs to my terminal, and I want to hide these logs. Please let me know how to change the logging level or logging place of KafkaServerStable. Best regards, Sanha.