Rotation policy based on a fixed time of day.
The Fixed Time Log Rotation Policy component inherits from the Log Rotation Policy
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ time-of-day | ↓ java-class |
| Description | Specifies the time of day at which log rotation should occur. |
|---|---|
| Default Value | None |
| Allowed Values | 24 hour time of day in HHmm format. |
| Multi-valued | Yes |
| 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 Fixed Time Log Rotation Policy implementation. |
|---|---|
| Default Value | org.opends.server.loggers.FixedTimeRotationPolicy |
| 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 |