Log Purge Setting | Description | ||
ExportLocation | Specifies a location for the exported files on the database. | ||
Until | Deletes log records that are older than the specified date/time, and then exports the records as an archive to the directory specified on the ExportLocation attribute. If there is no ExportLocation attribute specified for the log unit, CentraSite deletes the records without exporting them. Use xs:dateTime values to indicate the date and time. The default time zone is UTC/GMT. | ||
OlderThan | Deletes log records that are older than the specified time interval, and then exports the records as an archive to the directory specified on the ExportLocation attribute. If there is no ExportLocation attribute specified for the log unit, CentraSite deletes the records without exporting them. Use xs:duration values to indicate the time interval. For example, to purge all log entries older than 1 month, 10 days, specify: <OlderThan>P1M10D</OlderThan> To purge all log entries, specify: <OlderThan>P0D</OlderThan>
| ||
CommitThreshold | Defines the threshold value for batch purging each of the log units. The default threshold value is 10000. |
Note: | Make sure you copy this file somewhere within the file system of the machine where CentraSite is installed. |