The Never Rotate Log Rotation Policy is a log rotation policy that will never cause log files to be rotated. It should be used with caution, as it can allow log files to grow without bound and fill up all available disk space.
The Never Rotate Log Rotation Policy component inherits from the Log Rotation Policy
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
description | None |
To list the configured Log Rotation Policies:
dsconfig list-log-rotation-policies [--property {propertyName}] ...
To view the configuration for an existing Log Rotation Policy:
dsconfig get-log-rotation-policy-prop --policy-name {name} [--tab-delimited] [--script-friendly] [--property {propertyName}] ...
To update the configuration for an existing Log Rotation Policy:
dsconfig set-log-rotation-policy-prop --policy-name {name} (--set|--add|--remove) {propertyName}:{propertyValue} [(--set|--add|--remove) {propertyName}:{propertyValue}] ...
To create a new Never Rotate Log Rotation Policy:
dsconfig create-log-rotation-policy --policy-name {name} --type never-rotate [--set {propertyName}:{propertyValue}] ...
To delete an existing Log Rotation Policy:
dsconfig delete-log-rotation-policy --policy-name {name}