If the exchange has an exception, show the exception message (no stack trace).
showExchangeId
false
Show the unique exchange ID.
showExchangePattern
true
Shows the Message Exchange Pattern (or MEP for short).
showFiles
false
Camel 2.9: Whether Camel should show file bodies or not, e.g., such as java.io.File.
showFuture
false
Whether Camel should show java.util.concurrent.Future bodies or not. If enabled Camel could potentially wait until the Future task is done. Will not wait, by default.
showHeaders
false
Show the IN message headers.
showOut
false
If the exchange has an OUT message, show the OUT message.
showProperties
false
Show the exchange properties.
showStackTrace
false
Show the stack trace, if an exchange has an exception. Only effective if one of showAll, showException or showCaughtException are enabled.
showStreams
false
Camel 2.8: Whether Camel should show stream bodies or not, e.g., such as java.io.InputStream.Note: if
Tip
If you enable this option then you may not be able later to access the message body as the stream have already been read by this logger.