To prevent a log file from getting too large, Dragnet can archive the log file.
The Log Archive interval options are – “None” (don’t archive), “Daily” (archive daily), “Weekly” (archive weekly) and “Monthly” (archive monthly). By default the Log Archive interval is set to “Weekly”.
To change the Log Archive interval, change the value of the “LogArchive” key in the appsettings section of the web.config file, for example:
<add key="LogArchive" value="Weekly"/>