Configuration Reference Home
OpenDJ - Size Limit Log Rotation Policy

Size Limit Log Rotation Policy

Rotation policy based on the size of the log file.

Parent Component

The Size Limit Log Rotation Policy component inherits from the Log Rotation Policy

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ file-size-limit ↓ java-class

Basic Properties

file-size-limit

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


Advanced Properties

java-class

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