I am using Kafka producer client and i don\'t have any log4j configuration in my project.
On running, the program prints a lot of Kafka Debug logs which i really don\'t
Try adding logging.level.org.apache.kafka: DEBUG into your clients configuration properties. I am using Springboot and this is the format. Use appropriate format for your clients program.