PAPI Client Log Properties

The following table describes the properties you can use to configure the log of your PAPI client.
Property Description Default Value
fuego.papi.application Specifies the name of the application. papi
fuego.log.<app_name>.file Specifies the file where to redirect the log. By default it logs to standard error.
fuego.log.<app_name>.severities Defines the severity level of the log message. For more information about security levels, see Log Severity Levels. WARNING
fuego.log.<app_name>.detailLevel Specifies whether to log messages. If set to 0 Oracle BPM does not log any message, if set to 1 it logs all messages. 1
fuego.log.<app_name>.format Specifies the log format for the first line of a log message. [<{SEV}> 'dd/MM/yy HH:mm:ss'] {INDENT}{MSG}
fuego.log.<app_name>.continuationFormat Specifies the log format for lines that follow the first line of a log message. {INDENT}{MSG}