This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new cb3f2b0b0ea3 Fix mdc property names in mdc.adoc (#23124)
cb3f2b0b0ea3 is described below
commit cb3f2b0b0ea38a9668eb475013a64d115cd7a0a6
Author: Arne Bedurftig <[email protected]>
AuthorDate: Tue May 12 07:10:48 2026 +0200
Fix mdc property names in mdc.adoc (#23124)
Co-authored-by: arne.beduerftig <[email protected]>
---
components/camel-mdc/src/main/docs/mdc.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-mdc/src/main/docs/mdc.adoc
b/components/camel-mdc/src/main/docs/mdc.adoc
index 51de38ccbe79..753f4c424a1c 100644
--- a/components/camel-mdc/src/main/docs/mdc.adoc
+++ b/components/camel-mdc/src/main/docs/mdc.adoc
@@ -70,6 +70,6 @@ The configuration properties for the MDC component are:
|=======================================================================
|Option |Default |Description
|`camel.mdc.enabled`| false | Enable the MDC logging.
-|`camel.mdc.customHeaders` | | Provide the exchange headers you would like to
trace in MDC. Use `*` value as a wildcard to include more exchange headers at
once, for example `CAMEL_HTTP_*` or only the `*` to include all available
exchange headers.
-|`camel.mdc.customProperties` | | Provide the exchange properties you would
like to trace in MDC. Use `*` value as a wildcard to include more exchange
properties at once, for example `property_*` or only the `*` to include all
available exchange properties.
+|`camel.mdc.customExchangeHeaders` | | Provide the exchange headers you would
like to trace in MDC. Use `*` value as a wildcard to include more exchange
headers at once, for example `CAMEL_HTTP_*` or only the `*` to include all
available exchange headers.
+|`camel.mdc.customExchangeProperties` | | Provide the exchange properties you
would like to trace in MDC. Use `*` value as a wildcard to include more
exchange properties at once, for example `property_*` or only the `*` to
include all available exchange properties.
|=======================================================================