How to enable debug log for Netsuite plugin on TIBCO Cloud Integration
book
Article ID: KB0083743
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for NetSuite
6.2.0
Description
How to enable debug log for Netsuite plugin on TIBCO Cloud Integration.
Issue/Introduction
How to enable debug log for Netsuite plugin on TIBCO Cloud Integration
Environment
Product: TIBCO ActiveMatrix BusinessWorks Plug-in for NetSuite
Version: 6.2.0
OS: All Support Plagform
Resolution
1). In Business Studio, create a module property with the name as TCI_BW_LOGGER_OVERRIDES. Keep it as empty.
2). Promote this module property to application property. See the attached screenshot (Filename: application-property.png) for reference.
3). Because the application property can't be empty, it is necessary to set a default value to it. The default value can not be the debug logger of the Netsuite plugin. It can be set to "info" as the default value.
4). Push the app to the cloud.
5). After the application is pushed, go to Environment Controls tab on TIBCO Cloud Integration.
6). Set the value of the property TCI_BW_LOGGER_OVERRIDES as "com.tibco.bw.palette.netsuite.runtime=DEBUG".
7). Click the update button to update the application.
8). After the application is restarted, the message below will be displayed which means the debug log has been enabled can be seen in the logs.
%%%% Adding logger "com.tibco.bw.palette.netsuite.runtime" as DEBUG %%%% Found override for property: TCI_BW_LOGGER_OVERRIDES
Attachments
How to enable debug log for Netsuite plugin on TIBCO Cloud Integration
get_app