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

  1. <configuration>
  2.  
  3.   <system.diagnostics>
  4.         <switches>
  5.           <!-- tracing switches can accept the following values:
  6.           0       - No tracing is enabled
  7.           17024   - Trace Errors
  8.           1024    - Trace Warnings
  9.           18048   - Trace Errors and Warnings (default)
  10.           117     - Trace execution flow
  11.           2071    - Trace data flow
  12.           65535   - Trace all
  13.           -->
  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="storagemgmt.log"/>
  22.             </listeners>
  23.         </trace>
  24.         <sources>
  25.             <!-- tracing switches can accept the following values:
  26.             Off            - No tracing is enabled
  27.             Error          - Trace Errors
  28.             Warning        - Trace Errors & Warnings
  29.             Information    - Trace Errors & Warnings & Informational messages
  30.             Verbose        - Trace Errors & Warnings & Informational messages & Verbose messages
  31.             -->
  32.             <source name="Doppler" switchValue="Off">
  33.                 <listeners>
  34.                     <add name="File" type="System.Diagnostics.TextWriterTraceListener" initializeData="storagemgmt_san.log" traceOutputOptions="DateTime, ProcessId, ThreadId"/>
  35.                 </listeners>
  36.             </source>
  37.         </sources>
  38.     </system.diagnostics>
  39. </configuration>
  40.