Logging configuration

The nJAMS Client for BW uses the TIBCO BusinessWorks log4j configuration for its technical logging. To change the log level from INFO the log4j configuration of TIBCO BusinessWorks’ “bw.logger” must be changed.

The log level can be configured in the file <TIBCO_HOME>/bw/5.x/lib/log4j.xml:

<!--
    |TIBBW| Logger
    ==========================
    The logger "bw.logger" can be used by the
    third party application or java code executing in the |TIBBW|
    JVM to write the log messages to the |TIBBW| log file.

    |TIBBW| Logger.  The logger level is "INFO" and the appender
    is "tibco_bw_log".
-->

<logger name="bw.logger">
    <level value ="INFO"/>
    <appender-ref ref="tibco_bw_log"/>
</logger>