PurgeActivityLogsOlderThanDays

Top  Previous  Next

×V4.4Ø

S

A

W

WS

ü

ü

Valid for: SetStartup

 

Syntax -

       SetStartup PurgeActivityLogsOlderThanDays  <Days>

 

Description:

This configuration will cause EMUE to delete any Activity Log Files that are configured for this script in the ActivityLogFile SETSTARTUP command that are older than the number of days specified by <Days>.  Files that qualify for deletion are deleted at the completion of the script.

 

Sample:

       The following statements instruct EMUE to delete Activity Log Files for this script that are more than 365 days old.

 

SetStartup ActivityLogFile "C:\EMUE\ProviderUpdate\ActivityLogFiles\ActLog_#today#_#time#.log"

SetStartup PurgeTraceLogsOlderThanDays "365"

 

See Also:

ActivityLogFile

PurgeTraceLogsOlderThanDays

PurgeLogFilesOlderThanDays