KB Article #61023

How to enable traces in Synchrony PassPort 4.x

Problem

How to enable traces in Synchrony PassPort 4.x


Resolution


To enable verbose server logging:



In [install dir]/conf/log4j.properties, the default log level for most of the loggers is "info." Change this to "debug" or "trace" to get complete logging. The most common loggers are:
log4j.logger.com.axway.passport=trace
log4j.logger.com.axway.transport=trace
log4j.logger.com.axway.xpp=trace
If you are not sure what is wrong, these are a good place to start.




To enable verbose UI logging:



In File \ui\html-template\variable.js set the XML Window debugging to true as follows:
var showDebugXML = true;



To enable logging in the Gateway connector, run the following on the Gateway server:
gatestop
peluconf standalone set -s monitor secs_xpp_trace_level 2
peluconf standalone set -s tpm tpm_trace_level 4
peluconf standalone rebuild -f
gatestart