If you want to debug your deployment of kafka-connect, pass in the env variable or edit the K8s deployment:
- name: CONNECT_LOG4J_LOGGERS
value: org.apache.kafka.connect=DEBUG
You can also use multiple loggers:
- name: CONNECT_LOG4J_LOGGERS
value: "log4j.logger.io.confluent.inbound-kafka-to-s3=DEBUG,org.apache.kafka.connect=DEBUG"
#kafka-connect #kubernetes