Setting Up Log Levels in Console

The plug-in logs are written to Console by default.

If neither the plug-in log nor the BusinessWorks log is configured in the logback.xml file, the error logs of the plug-in are displayed in the Console view.

If the plug-in log is not configured but the BusinessWorks log is configured in the logback.xml file, the configuration for BusinessWorks log is implemented by the plug-in.

Procedure

  1. Navigate to the TIBCO_HOME/bw/version_number/config/design/logback directory and open the logback.xml file.
  2. Add the following node in the Console Appender area to specify a log level for the plug-in.
    <logger name="com.tibco.bw.palette.marketorest">
       <level value="DEBUG"/>
    </logger>

    The value of the level element can be Error, Info or Debug.

    Note: If you set the log level to Debug, the input and output for the plug-in activities are also displayed in the Console view. See Log Levels for more details regarding each log level.
  3. Save the file.