home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / System32 / NfsConfigGuide.exe.config < prev    next >
Text File  |  2008-01-19  |  989b  |  26 lines

  1. <configuration>
  2.   <system.diagnostics>
  3.         <switches>
  4.           <!-- tracing switches can accept the following values:
  5.           0       - No tracing is enabled
  6.           17024   - Trace Errors
  7.           1024    - Trace Warnings
  8.           18048   - Trace Errors and Warnings (default)
  9.           117     - Trace execution flow
  10.           2071    - Trace data flow
  11.           65535   - Trace all
  12.           -->
  13.         <add name="NfsConfigGuideTrace" value="0" />
  14.             <add name="StorageTrace" value="0" />
  15.             <add name="DfsFrsTracing" value="0" />
  16.             <add name="DfsFrsSnapIn" value="0" />
  17.         </switches>
  18.         <trace autoflush="true">
  19.             <listeners>
  20.         <add name="default" type="System.Diagnostics.DefaultTraceListener"/>
  21.          <add name="textListener" type ="System.Diagnostics.TextWriterTraceListener" initializeData="NfsConfigGuide.log"/>
  22.             </listeners>
  23.         </trace>
  24.     </system.diagnostics>
  25. </configuration>
  26.