Log Level

By default the Dragnet Logging level is set to Quiet. The options for Log Level are “Quiet” and “Debug”.

Quiet mode will log only errors and forced information, like startup information, to the log file. Debug mode will log errors, forced information, warnings and general debug information to the log file. You should only use Debug if you are having problems.

To change the log level, change the value of the “LogLevel” key in the appsettings section of the web.config file, for example:

<add key="LogLevel" value="Quiet"/>