Configuring and Using QXtend Inbound > QDoc Response Data > Include Java Trace Information
  
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//WEB-INF/conf. In it, locate the node containing:
boolean excludeTraces = “true”
To include the Java trace information, change it to:
boolean excludeTraces = “false”