Determines whether a log output is created. If it is, specifies the minimum level of log events generated. The log events levels, starting with the highest priority level, are Standard, Interaction, Trace, and Debug.
Valid values
- all
- debug
- trace
- interaction
- standard
- none
<dl>
<dt>all</dt><dd>All log events (that is, log events of the Standard, Trace,Interaction, and Debug levels) are generated.</dd>
<dt>debug</dt><dd>The same as all.</dd>
<dt>trace</dt><dd>Log events of the Trace level and higher (that is, log events of the Standard, Interaction, and Trace levels) are generated, but log events of the Debug level are not generated.</dd>
<dt>interaction</dt><dd>Interaction level is not mapped and will have the same effect as none.</dd>
<dt>standard</dt><dd>Log events of the Standard level are generated, but log events of the Interaction, Trace, and Debug levels are not generated.</dd>
<dt>none</dt><dd>No output is produced.</dd>
</dl>
Default value
trace
Takes effect immediately