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:
Header
Specify if the headers of the exchange are included in the log entry.
Options:
Yes
No
(default)
Body
Specify if the body of the exchange is included in the log entry.
Options:
Yes
(default)No
Exception
Specify if the exceptions (including the stacktrace) of the exchange are included in the log entry.
Options:
Yes
No
(default)
character limit
Logging in the Flow Manager is limited to 10.000 characters.
disk usage
Exchanges logged with the log component are stored on the disk of the server. Use logging with caution, it's possible that the server runs out of diskspace when a lot of logging is taking place which can cause other problems.