Enabling Logging

The TIBCO ActiveMatrix BusinessWorks™ Plug-in for HL7 with FHIR allows users to enable logging to troubleshoot errors that are generated by the plug-in.

Note: Before deploying the application in TIBCO® Enterprise Administrator, you need to add the Log Properties listed in the Properties Added in the INI File column to the config.ini file to enable logging.

The config.ini file is located in the TIBCO_HOME\bw\domains\mydomain\appnodes\myappspace\myappnode directory.

Procedure

  1. Start TIBCO Business Studio™.
  2. Click Run > Run Configurations.
  3. Click BusinessWorks Application > BWApplication in the left panel.
  4. Click the (x)=Arguments tab in the right panel.
  5. Type the following properties in the VM arguments panel. Click Apply.
    -Dcom.tibco.plugin.as.filelog.enable=True
    -Dcom.tibco.plugin.as.filelog.level=FINEST
    -Dcom.tibco.plugin.as.filelog.directory=d:/logs/Loging_0107
    -Dcom.tibco.plugin.as.filelog.filename=FINEST.log

    See Log Properties for more details about the value of each property.