Configuring Reaper for file rollover

For file rollover to occur, the archive property must have a value in the cassandra-reaper.yaml file.

Currently, only time-based log file rollovers are supported. Size-based rollovers are not supported. If you change the characters in the archivedLogFilenamePattern parameter in the cassandra-reaper.yaml file to %i, an error occurs.

In the logging/appenders section of the cassandra-reaper.yaml file, the archive property must be set to a value of true and the file name pattern in the archivedLogFilenamePattern property must contain the characters %d for file rollovers to occur. The Reaper logging file will rollover every 24 hours.