Allows you to wrap the log file, stop logging when a maximum is reached, or archive the log file when the maximum size is exceeded.
LogWrap=[ yes | no | archive ]
yes
yes causes the log file to wrap and for subsequent records to overwrite the earlier entries.
no disables logging when the maximum allowable size is reached, as determined by the LogFileSize property.
archive results in the ECDA log file being archived when the LogFileSize property value is exceeded. Archived log files use a mmddyyhhmmss timestamp in the name.
The archive option should be monitored as it can fill
a file system.
Only the ECDA log file is affected by this configuration property.
See also “LogFileSize”.
For information on logging, see Chapter 7, “Log and Trace Files”.