PurgeTraceLogsOlderThanDays

Top  Previous  Next

×V4.4Ø

S

A

W

WS

ü

ü

Valid for: SetStartup

 

Syntax -

       SetStartup PurgeTraceLogOlderThanDays  <Days>

 

Description:

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

 

SetStartup TraceLogFile "C:\EMUE\ProviderUpdate\LogFiles\Trace_#today#.log"

SetStartup PurgeTraceLogOlderThanDays "30"

 

See Also:

TraceLogFile

PurgeActivityLogsOlderThanDays

PurgeLogFilesOlderThanDays