KB Article #176565

Need to determine if an inline processor is executing.

Problem

-- Need to determine if an inline processor is executing.

Resolution

The following line can be added to the log4j.properties file which will cause it to add an entry to the te.log when ever an inline process is invoked:
log4j.category.com.cyclonecommerce.collaboration.inlineprocessing.InlineProcessor=debug

This will cause the following message to be added to the logs for each invocation of an InlineProcessor:
Executing ${InLineProcessorName} on message ${CoreID}
Where ${InLineProcessorName} is replaced with the actual name of the inline processor and ${CoreID} is replaced with the coreID of the message that was processed.