The server diagnostics can be enabled using the server diagnostics tab of the server configuration settings of the XIA Automation administration tools.


The diagnostics log can also be enabled manually by modifying the Web.Config file which can by default be found in the following location.

C:\Program Files\CENTREL Solutions\XIA Automation\XIA Automation Server\Web.config


<system.diagnostics>

  <trace autoflush="true">

    <listeners>

      <clear/>

      <!-- Uncomment the following line to enable trace logging from startup. This is not required normally as this can be enabled from the web interface once the application is running.

      <add name="TextTracer" type="CENTREL.XIA.Support.AdvancedTextWriterTraceListener, CENTREL.XIA.Support" initializeData="~\App_Data\Logs\Trace\Trace.log"/>

      -->

    </listeners>

  </trace>

</system.diagnostics>