Setting up Log Levels
You can configure a different log level for the plug-in and plug-in activities to trace different messages.
If you do not configure any log levels, the plug-in uses the default log level of TIBCO ActiveMatrix BusinessWorks. The default log level is ERROR.
Procedure
- Navigate to the TIBCO_HOME/bw/version_number/config/design/logback directory and open the logback.xml file.
-
Add the following node in the
BusinessWorks Palette and Activity loggers area to specify a log level for the plug-in:
<logger name="com.tibco.bw.palette.siebel.runtime"> <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 the topic Log Levels for more details regarding each log level. - Optional:
Add the following node in the
BusinessWorks Palette and Activity loggers area to specify a log level for an activity:
<logger name="com.tibco.bw.palette.siebel.runtime.ActivityNameActivity"> <level value="DEBUG"/> </logger>
- For the Invoke Business Object activity:
<logger name="com.tibco.bw.palette.siebel.runtime.InvokeBOActivity"> <level value="DEBUG"/> </logger>
- For the Invoke Integration Object activity:
<logger name="com.tibco.bw.palette.siebel.runtime.InvokeIOActivity"> <level value="DEBUG"/> </logger>
- For the Invoke Business Service activity:
<logger name="com.tibco.bw.palette.siebel.runtime.InvokeBSActivity"> <level value="DEBUG"/> </logger>
- For the Invoke Workflow activity:
<logger name="com.tibco.bw.palette.siebel.runtime.InvokeWFActivity"> <level value="DEBUG"/> </logger>
- For the EventInvocation Activity :
<logger name="com.tibco.bw.palette.siebel.runtime.siebeleventinvocation"> <level value="DEBUG"/> </logger>
- For the EventProcess Activity:
<logger name="com.tibco.bw.palette.siebel.runtime.siebeleventprocess"> <level value="DEBUG"/> </logger>
- For the ReplyToSiebelEvent Activity:
<logger name="com.tibco.bw.palette.siebel.runtime.ReplyToSiebelEventActivity"> <level value="DEBUG"/> </logger>
- For the Siebel Connection Resource:
<logger name="com.tibco.bw.sharedresource.siebelconnection.runtime"> <level value="DEBUG"/> </logger>
- For the Invoke Business Object activity:
- Save the file.
Copyright © 2022. TIBCO Software Inc. All Rights Reserved.