Framework Configuration

Nested Diagnostic Context Logging (failure.data.capture.enabled)

Capture formatted logging information. If true, logged data will be indented based on the logging context. This is often referred to as Nested Diagnostic Context (NDC) logging. This demands more memory resources at runtime but adds to the readability of the resulting log information.

Default: true

Prepend Log Level (prepend.log.level)

Prepends log level to log messages.

Default: false

Tracks Logging Frames (track)

Tracks Logging Frames. Useful when searching for leaks.

Default: false

threshold in millis to force log even when trace is disabled (txBlockThresholdTime)

Write log to log file for successful transactions even when trace is disabled if complete transaction takes more than the provided milli seconds.

Default: 0