Logging
Logging refers to the recording of all events generated by TIBCO BPM Enterprise.
Logging data can be used for numerous purposes, ranging from debugging within a system, through to storage for non-repudiation logs, and all messaging in between.
This section explains the override property and format property.
Configure Override Property
Cofigure the following properties to modify the root level logger from INFO to the other log levels:
Property | Default | Description |
---|---|---|
logRulesConfig.root | INFO |
Default log level used. The values can be TRACE, DEBUG, INFO, WARN, or ERROR. |
logRulesConfig.overrides |
Defines the overrides to apply to the base root severity when generating logging. Example: |
Configure Format Property
Configure the log outputFormat property to determine the message format:
Property | Default | Description |
---|---|---|
logOutputFormat | Column | Determines what format of message that you emit to the console (has no bearing on RSYSLOG that has to be RFC5424). The range value can be Enum of either RFC5424 or COLUMNS or JSON. |