home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / System32 / ProvisionStorage.exe.config < prev    next >
Text File  |  2008-01-19  |  933b  |  25 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="StorageTrace" value="0" />
  14.             <add name="DfsFrsTracing" value="0" />
  15.             <add name="DfsFrsSnapIn" value="0" />
  16.         </switches>
  17.         <trace autoflush="true">
  18.             <listeners>
  19.         <add name="default" type="System.Diagnostics.DefaultTraceListener"/>
  20.          <add name="textListener" type ="System.Diagnostics.TextWriterTraceListener" initializeData="ProvisionStorage.log"/>
  21.             </listeners>
  22.         </trace>
  23.     </system.diagnostics>
  24. </configuration>
  25.