<kColl id="traces"> <field id="initializer" value="com.ibm.btt.base.TraceInitializer"/> <!-- trace to WAS --> <field id="traceTargetFactoryImplClass" value="com.ibm.btt.base.BTTLogFactoryToWASImp"/> <field id="traceLevels" value="DEBUG"/> <kColl id="requestersComponents"> <traceRequester id="com.ibm.btt.*" trace="yes" traceLevels="ERROR"/> </kColl> </kColl>
You can change the template according to your requirements. For example, assuming that you need to enable the DEBUG level trace for BTT channel component and set the trace level of all other BTT components to INFO. For the BTT Channel Component uses the following packages: com.ibm.btt.channel and com.ibm.btt.cs, use the following configuration codes:
<traceRequester id="com.ibm.btt.*" trace="yes" traceLevels="INFO"/> <traceRequester id="com.ibm.btt.channel.*" trace="yes" traceLevels="DEBUG"/> <traceRequester id="com.ibm.btt.cs.*" trace="yes" traceLevels="DEBUG"/>