2 Home
gitea_admin edited this page 2026-03-11 14:38:35 +00:00

Log Action

Logs all data that flows between source and sink, useful for debugging purposes.

Metadata

Property Value
Type action
Group Logging
Namespace Logging
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
loggerName string log-action Name of the logging category to use
level string INFO Logging level to use
logMask boolean false Mask sensitive information like password or passphrase in the log
marker string An optional Marker name to use
multiline boolean false If enabled then each information is outputted on a newline
showAllProperties boolean false Show all of the exchange properties (both internal and custom)
showBody boolean true Show the message body
showBodyType boolean true Show the body Java type
showExchangePattern boolean true Shows the Message Exchange Pattern (or MEP for short)
showHeaders boolean false Show the headers received
showProperties boolean false Show the exchange properties (only custom). Use showAllProperties to show both internal and custom properties.
showStreams boolean false Show the stream bodies (they may not be available in following steps)
showCachedStreams boolean true Whether Camel should show cached stream bodies or not.

Dependencies

  • camel:kamelet
  • camel:log