{
  "id": "logrotate_settings",
  "title": "Logrotate settings object",
  "url": "https://redis.io/docs/latest/operate/rs/8.0/references/rest-api/objects/cluster/logrotate_settings/",
  "summary": "Documents the logrotate_settings object used with Redis Software REST API calls.",
  "content": "\n| Name | Type/Value | Description |\n|------|------------|-------------|\n| maxage | integer (default: 7) | Remove rotated logs older than the specified number of days |\n| maxsize | string (default: 200M) | The log will rotate after it reaches the specified size |\n| rotate | integer (default: 10) | Determines how many times the log will be rotated. If set to 0, old versions are removed rather than rotated. |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-07-23T12:05:56-05:00"
}
