Enabling FTL Logging for FTL Palette

FTL logging for FTL Palette is supported on TIBCO ActiveMatrix BusinessWorks™ Plug-in for TIBCO FTL.

To enable FTL logging, the following logger should be added to logback.xml:
<logger name="com.tibco.bw.ftl"> <level value="DEBUG"/> </logger>
	 

The log levels can be set from the TIBCO FTL Realm Server or by using the bw.ftl.client.log.level property or the BW_FTL_CLIENT_LOG_LEVEL environment variable.

By default, the log level for all clients is set to default in the TIBCO FTL Realm Server.

For the meaning of log level values, refer to the FTL documentation.