I have a kafka connector setup in my machine, and it will generate a log in kafka-path/logs/connect.log
every day. It also generate a patch of logs such as connect.log.2022-06-15-1
, connect.log.2022-06-15-2
at the end of the day.
Is there a option in kafka such that I can keep only 2 weeks of the logs only?