Currently the connector logs this line "Generating heartbeat event" as INFO log here https://github.com/mongodb/mongo-kafka/blob/8c1a9b2bec644477507a898789dded2b3798b2d3/src/main/java/com/mongodb/kafka/connect/source/heartbeat/HeartbeatManager.java#L87
This is leading to huge surge of logs in the logging system. This impacts our bill as well as ability to understand relevance of logs. Can this be made DEBUG or optional?
What can be the workaround for this?