We are using Debezium version
2.5.0.Final inside of a Kubernetes pod, with Mysql as the source connector and Kafka as the sink. Our requirement is to get running logs in a file, as of now we are getting the logs in the console with just the default configurations. So as to achieve that we followed the process mentioned in
https://debezium.io/documentation/reference/stable/operations/logging.html. Since in our pod we did not have log4j.properties file, so using Configmap we added the log4j.properties file inside the /opt/kafka/config folder as mentioned in the documentation.
Can someone kindly look into this and share some solution for the same.