Skip to main content
Version: 4.10.1

Log component

The log component can be used to log parts of an exchange to the logging in the Flow Manager. The logs will be of the level INFO.

Configuration

The log component has the following configuration options:

PropertyDefaultDescription
HeaderNoWhether to log the headers of the exchange.
BodyYesWhether to log the body of the exchange.
ExceptionNoWhether to log the exception including stacktrace of the exchange.

Remarks

Character limit

The logging in the Flow Manager is limited to 10.000 characters.

Disk usage

The exchanges that are logged via the log component get stored on the disk of the server. For this reason it should be used with caution, because it could be possible that the disk runs out of space when a lot of logging is taking place which also can cause other problems.