Environment Variables

This section lists the environment variables that are associated with the TIBCO Cloud Integration - Flogo (PAYG) runtime environment.

Environment Variable Name Default Values Description
FLOGO_HTTP_SERVICE_PORT N/A Used to set the port number to enable runtime HTTP service which provides APIs for healthcheck and statistics
FLOGO_LOG_LEVEL INFO Used to set a log level for the Flogo App. Supported values are:
  • INFO
  • DEBUG
  • WARN
  • ERROR
FLOGO_LOG_FORMAT TEXT Used to switch logging format between text and JSON. For example, to use the JSON format, set FLOGO_LOG_FORMAT=JSON ./<app-name>
FLOGO_MAPPING_SKIP_MISSING False

By default, it is set to false. When mapping objects, if one or more elements is missing in either the source or target object, the mapper throws an error when FLOGO_MAPPING_SKIP_MISSING is set to false.

Set this environment variable to true if you would like to return a null instead of receiving an error.

Related reference