Skip to content

Commit

Permalink
KAFKA-5229: Reflections logs excessive warnings when scanning classpaths
Browse files Browse the repository at this point in the history
changed the reflections log level to ERROR.
And tested it, now the warning logs are not shown up during the start of Kafka connect.
ewencp could you please review the changes.

Author: Bharat Viswanadham <[email protected]>

Reviewers: Ewen Cheslack-Postava <[email protected]>

Closes apache#3072 from bharatviswa504/KAFKA-5229
  • Loading branch information
Bharat Viswanadham authored and ewencp committed Jun 1, 2017
1 parent adb4ea7 commit be392f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/connect-log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@

log4j.rootLogger=INFO, stdout


log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n

log4j.logger.org.apache.zookeeper=ERROR
log4j.logger.org.I0Itec.zkclient=ERROR
log4j.logger.org.I0Itec.zkclient=ERROR
log4j.logger.org.reflections=ERROR

0 comments on commit be392f9

Please sign in to comment.