Log Properties

The log properties allow users to set up log levels, specify the log file name, and the location of the log file.

The properties in the following columns are used when:
  • Properties Added in VM Arguments

    you want to enable TIBCO ActiveMatrix BusinessWorks™ Plug-in for HL7 with FHIR logging in TIBCO Business Studio™ before running a project.

  • Properties Added in the INI File

    you want to enable TIBCO ActiveMatrix BusinessWorks™ Plug-in for HL7 with FHIR logging in TIBCO Enterprise Administrator® before deploying an application.

See Enabling Logging for more details.

Properties Added in VM Arguments Properties Added in the INI File Datatype Description
-Dcom.tibco.plugin.as.filelog.enable com.tibco.plugin.as.filelog.enable boolean Set the value to true to enable logging.
-Dcom.tibco.plugin.as.filelog.level com.tibco.plugin.as.filelog.level string The amount of logging produced by TIBCO HL7 with FHIR Plug-in core library can be adjusted and retrieved using this property. The following values can be used:
  • None: Do not return any information.
  • FATAL: Return only fatal errors.
  • ERROR: Return errors.
  • WARN: Return warnings.
  • INFO: Return debug information.
  • FINE: Return fine debug information.
  • FINER: Return more detailed debug information.
  • FINEST: Return the most detailed debug information.

The default value is ERROR.

-Dcom.tibco.plugin.as.filelog.directory com.tibco.plugin.as.filelog.directory string The output destination of the log file.
-Dcom.tibco.plugin.as.filelog.filename com.tibco.plugin.as.filelog.filename string The file name.