home *** CD-ROM | disk | FTP | other *** search
- <configuration>
-
- <system.diagnostics>
- <switches>
- <!-- tracing switches can accept the following values:
- 0 - No tracing is enabled
- 17024 - Trace Errors
- 1024 - Trace Warnings
- 18048 - Trace Errors and Warnings (default)
- 117 - Trace execution flow
- 2071 - Trace data flow
- 65535 - Trace all
- -->
- <add name="StorageTrace" value="0" />
- <add name="DfsFrsTracing" value="0" />
- <add name="DfsFrsSnapIn" value="0" />
- </switches>
- <trace autoflush="true">
- <listeners>
- <add name="default" type="System.Diagnostics.DefaultTraceListener"/>
- <add name="textListener" type ="System.Diagnostics.TextWriterTraceListener" initializeData="storagemgmt.log"/>
- </listeners>
- </trace>
- <sources>
- <!-- tracing switches can accept the following values:
- Off - No tracing is enabled
- Error - Trace Errors
- Warning - Trace Errors & Warnings
- Information - Trace Errors & Warnings & Informational messages
- Verbose - Trace Errors & Warnings & Informational messages & Verbose messages
- -->
- <source name="Doppler" switchValue="Off">
- <listeners>
- <add name="File" type="System.Diagnostics.TextWriterTraceListener" initializeData="storagemgmt_san.log" traceOutputOptions="DateTime, ProcessId, ThreadId"/>
- </listeners>
- </source>
- </sources>
- </system.diagnostics>
- </configuration>
-