mirror of https://github.com/apache/kafka.git
KAFKA-7009: Suppress the Reflections log warning messages in system tests
This could be backported to older branches to reduce the extra log warning messages there, too.
Running Connect system tests in this branch builder job: https://jenkins.confluent.io/job/system-test-kafka-branch-builder/1773/
Author: Randall Hauch <rhauch@gmail.com>
Reviewers: Konstantine Karantasis <konstantine@confluent.io>, Ewen Cheslack-Postava <ewen@confluent.io>
Closes #5151 from rhauch/kafka-7009
(cherry picked from commit 7a1f555676
)
Signed-off-by: Ewen Cheslack-Postava <me@ewencp.org>
This commit is contained in:
parent
5030b5d9d8
commit
24d0d3351a
|
@ -27,3 +27,4 @@ log4j.appender.FILE.layout.conversionPattern=[%d] %p %m (%c)%n
|
||||||
|
|
||||||
log4j.logger.org.apache.zookeeper=ERROR
|
log4j.logger.org.apache.zookeeper=ERROR
|
||||||
log4j.logger.org.I0Itec.zkclient=ERROR
|
log4j.logger.org.I0Itec.zkclient=ERROR
|
||||||
|
log4j.logger.org.reflections=ERROR
|
||||||
|
|
Loading…
Reference in New Issue