TotalAgility Site Unity Logging
Article # 3046518 - Page views: 10
Issue
In some instances, it might be necessary to enable extended logging in the TotalAgility website in IIS. This article outlines the steps on how to perform enable this.
Solution
To enable unity logging in the TotalAgility site in IIS, go to %INSTALLDIR%\TotalAgility\Agility.Server.Web\bin. Make a backup of the existing web.config file.
Uncomment the 2 sections below in the original web.config file.
<listeners> <add name="KTALog" type="System.Diagnostics.TextWriterTraceListener" initializeData="c:\temp\KTALog.txt"> </add> </listeners>
<extension type="Agility.Server.Common.Logging.LogMethodRegistration, Agility.Server.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d86c87abe4a71948" />
The initializeData setting can be modified to create the log file to another drive.
NOTE: IIS needs to be restarted for these changes to take effect
WARNING: This logging is quite verbose so we'd recommend rolling back the original configuration file after the logs have been captured.
Level of Complexity
Easy
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
KTA | ALL |