You can configure a different log level for the plug-in and plug-in activities to trace different messages.
By default, the plug-in uses the log level configured for TIBCO ActiveMatrix BusinessWorks. The default log level of TIBCO ActiveMatrix BusinessWorks is
Error.
Setting Up Logging in TIBCO Business Studio at Run Time
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 User loggers area to specify the log level for the plug-in.
The
level tag defines the log level and the value can be
Error or
Debug.
Note: When the
level is set 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.
Add the following node in User loggers area to specify the log level for an activity.