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:
Property | Default | Description |
---|---|---|
Header | No | Whether to log the headers of the exchange. |
Body | Yes | Whether to log the body of the exchange. |
Exception | No | Whether 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.