Is there a way to limit the size of the reaper.log file?
I've seen files as large as 66GB, which can fill the root partition and prevent the Cassandra service from running.
Thanks
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 26th August 2024
You can reduce the log level if you haven't done so or turn it off completely. The level order is ALL < DEBUG < INFO < WARN < ERROR < FATAL < OFF.
You can adjust this for the level and threshold attributes in the logging configuration section of cassandra-reaper.yaml file.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 26th August 2024
Hi Wale thanks for your suggestion, I will check it.