From 2bb9a53d9269957020d447ffeaf031986c745b07 Mon Sep 17 00:00:00 2001 From: "arne.beduerftig" Date: Mon, 11 May 2026 22:17:49 +0200 Subject: [PATCH] Fix mdc property names in mdc.adoc --- 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 51de38ccbe795..753f4c424a1ca 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. |=======================================================================