PurgeLogFilesOlderThanDays

Top  Previous  Next

×V4.4Ø

S

A

W

WS

ü

ü

Valid for: SetStartup

 

Syntax -

       SetStartup PurgeLogFilesOlderThanDays  <Days>

 

Description:

This configuration will cause EMUE to delete any Log Files that are configured for this script in the LogFile 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 Log Files for this script that are more than 90 days old.

 

SetStartup ActivityLogFile "C:\EMUE\ProviderUpdate\LogFiles\Errors_#today#_#time#.log"

SetStartup PurgeLogFilesOlderThanDays "90"

 

See Also:

ActivityLogFile

PurgeTraceLogsOlderThanDays

PurgeActivityLogsOlderThanDays