Log Overwrite on Startup

To overwrite the log file every time Dragnet starts up, set the Log Overwrite on Startup value to “True”. By default this value is set to “False”.

To change the overwrite on startup option, change the value for the “LogOverwriteOnStartup” key in the appsettings section of the web.config file, for example:

<add key="LogOverwriteOnStartup" value="False"/>