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