Setting Up Log Level

When you run a process in TIBCO Business Studio, the runtime logs are displayed in the Console view. You can set up the log level before running a process.

Procedure

  1. Navigate to the TIBCO_HOME\bw\6.3\config\design\logback directory and open the logback.xml file.
    Note: When deploying the application in TIBCO Enterprise Administrator, you can navigate to the TIBCO_HOME\bw\6.3\domains\defaultdomain\appnodes\defaultappspace\defaultappnode directory to find the logback.xml file.
  2. Add the following node to specify the log level.
    <logger name="com.tibco.bw.palette.salesforce.runtime">
       <level value="ERROR"/>
    </logger>

    The level tag defines the log level and the value can be TRACE, DEBUG, INFO, WARN and ERROR.

  3. Save the file.