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
Define the logging level as below in application.yml file or your properties file.
application.yml
logging: level: root: INFO org: apache: kafka: WARN
By defining the above, Kafka will print out only the warnings logs.