﻿<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <system.diagnostics>
    <sources>
      <source name="Support.Citrix.Instrumentation" switchName="SourceSwitch" switchType="System.Diagnostics.SourceSwitch">
        <listeners>
          <add name="delimitedListener" />
        </listeners>
      </source>
    </sources>
    <sharedListeners>
      <add name="delimitedListener" delimiter="," type="System.Diagnostics.DelimitedListTraceListener" traceOutputOptions="DateTime, ProcessId" initializeData="XADSInfoLog.txt">
      </add>
    </sharedListeners>
    <trace autoflush="true" />
    <assert assertuienabled="false" />
    <switches>
      <!-- Uncomment line below for full detailed tracing and comment the line below that one-->
      <!-- <add name="SourceSwitch" value="Verbose, ActivityTracing"/>-->
      <add name="SourceSwitch" value="Error, ActivityTracing" />
    </switches>
  </system.diagnostics>
  <appSettings>
    <add key="EnableISODateFormat" value="true"/>
    <add key="DisableUpdateNotification" value="false"/>
    <add key="SQLCommandTimeout" value="120"/>
</appSettings>

</configuration>