LogWrap

The LogWrap configuration property 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.

Syntax

LogWrap=[yes | no | archive]

Default

yes

Values

  • 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.

    Note: Monitor the archive option to prevent it filling the file system.

Comments

Only the ECDA log file is affected by this configuration property.

Related concepts
Log and Trace Files
Related reference
LogFileSize