Logrotate settings object
Documents the logrotate_settings object used with Redis Enterprise Software REST API calls.
Redis Enterprise Software |
---|
Name | Type/Value | Description |
---|---|---|
maxage | integer (default: 7) | Remove rotated logs older than the specified number of days |
maxsize | string (default: 200M) | The log will rotate after it reaches the specified size |
rotate | integer (default: 10) | Determines how many times the log will be rotated. If set to 0, old versions are removed rather than rotated. |