Determines how log files are handled when the maximum number of log files is exceeded. Type one of the following to determine how log files are handled when the LogDirectory
has reached the maximum number of log files, as determined by the LogMaxOldFiles
parameter:
Option | Description |
---|---|
Delete
|
The log files are deleted. |
Move
|
The log files are moved to the specified LogArchiveDirectory . |
Type: | String |
Default: | Delete |
Required: | No |
Configuration Section: | Logging or LogStream If you set this parameter in the Logging and LogStream sections, the setting in the LogStream section takes precedence for the specified log stream.
|
Example: | LogOldAction=Move
|
See Also: |
|