Kofax TotalAgility - How to add more in depth logging to the Transformation Server
Summary
12494
Question
How would I add more in depth tracing/logging to the Transformation Server for troubleshooting?
Answer
Within the Kofax.CEBPM.CPUServer.ServiceHost.exe.config <system.diagnostics> tag you'll see the following line:
<add name="TraceLevelSwitch" value="Warning"/>
The config is by default 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