How to add more in depth logging to the Transformation Server
Article # 3036707 - Page views: 683
Issue
How would I add more in depth tracing/logging to the Transformation Server for troubleshooting?
Solution
Within the Kofax.CEBPM.CPUServer.ServiceHost.exe.config <system.diagnostics> tag you'll see the following line:
<add name="TraceLevelSwitch" value="Warning"/>
The default config and log location is in the following directory: C:\Program Files\Kofax\TotalAgility\Transformation Server\
We can set the value to 1 of the below 6 values to gather the corresponding logging
- Off - None
- Error - Only error messages
- Warning - Warning messages and error message
- Information - Informational messages, warning messages and error messages.
- Verbose - Verbose messages, informational messages, warning messages and error messages.
- All - All messages.
Keywords: TS, transformation server, log, logging, tracing, trace, TraceLevelSwitch
NOTE: After making this change, the Transformation Server service will need restarted for it to take affect.
Level of Complexity
Moderate
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
KTA 7.x | KTA 7.0.2 and Higher |
References
Add any references to other internal or external articles