Rotation policy based on the size of the log file.
The Size Limit Log Rotation Policy component inherits from the Log Rotation Policy
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ file-size-limit | ↓ java-class |
| Description | Specifies the maximum size that a log file can reach before it is rotated. |
|---|---|
| Default Value | None |
| Allowed Values | A positive integer representing a size. Lower value is 1. |
| Multi-valued | No |
| Required | Yes |
| Admin Action Required | None |
| Advanced Property | No |
| Read-only | No |
| Description | Specifies the fully-qualified name of the Java class that provides the Size Limit Log Rotation Policy implementation. |
|---|---|
| Default Value | org.opends.server.loggers.SizeBasedRotationPolicy |
| Allowed Values | A java class that implements or extends the class(es) : org.opends.server.loggers.RotationPolicy |
| Multi-valued | No |
| Required | Yes |
| Admin Action Required | None |
| Advanced Property | Yes |
| Read-only | No |