Include Java Trace Information
You can include Java trace information in the response documents to debug processes. To do so, edit the qxtendconfig.xml file located in TOMCAT_HOME/webapps/<QXI webapp>/WEB-INF/conf. In it, locate the node containing:
boolean excludeTraces = “true”
To include the Java trace information, change it to:
boolean excludeTraces = “false”