dibbhatt / kafka-spark-consumer

High Performance Kafka Connector for Spark Streaming.Supports Multi Topic Fetch, Kafka Security. Reliable offset management in Zookeeper. No Data-loss. No dependency on HDFS and WAL. In-built PID rate controller. Support Message Handler . Offset Lag checker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

zlkkuu opened this issue · 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.