Rotation policy based on the time since last rotation.
The Time Limit Log Rotation Policy component inherits from the Log Rotation Policy
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ rotation-interval | ↓ java-class |
| Description | Specifies the time interval between rotations. |
|---|---|
| Default Value | None |
| Allowed Values | A duration Syntax. Lower limit is 1 milliseconds. |
| 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 Time Limit Log Rotation Policy implementation. |
|---|---|
| Default Value | org.opends.server.loggers.TimeLimitRotationPolicy |
| 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 |