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.
Apache License 2.0
635 stars 318 forks source link

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

Closed zlkkuu closed 7 years ago

zlkkuu commented 7 years ago

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

dibbhatt commented 7 years ago

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

dibbhatt commented 7 years ago

made default logging to WARN in latest 1.0.11 release.