Use the LOGROTATE_ARCHIVE_COUNT token to set the number of most
recent logs to be preserved at any give point in time.
Values
Any positive integer.
Default
The default value is "7". Meaning, logs for the last 7 days are preserved at any
given point in time. Logs older than 7 days are removed from the log archive
folder.
Note: This token replaces the LOGROTATE_MAXAGE
token.