dibbhatt/kafka-spark-consumer

The log of application contain too many the messages of LOG.info

zlkkuu opened this issue · 2 comments

Hi
In the log of the application, I find too many messages of LOG.info, How can i avoid printing thess logs by other settings. Thanks!
For example:
image

Which version of consumer you are running. In latest I have fixed this issue. Otherwise , you can have your log4j properties where you mention the level as WARN for consumer.kafka package

made default logging to WARN in latest 1.0.11 release.