You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Behrang Saeedzadeh <be...@gmail.com> on 2017/08/31 08:53:48 UTC

Kafka Connect 0.10.1.1 does not pick-up my connector's log4j.properties

Hi,

My connector JAR files contains log4j.properties inside the root package
but when I start Kafka Connect I get the following error message:

log4j:WARN No appenders could be found for logger
(com.example.ExampleConnector).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
more info.

Where should I put the logging config so that Kafka Connect can pick it up?

-- 
Best regards,
Behrang Saeedzadeh