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="provisionshare.log"/>
- </listeners>
- </trace>
- </system.diagnostics>
- </configuration>
-