Skip to content

Commit cb3f2b0

Browse files
abedurftigarne.beduerftig
andauthored
Fix mdc property names in mdc.adoc (#23124)
Co-authored-by: arne.beduerftig <arne.beduerftig@citti.de>
1 parent 1e60cb9 commit cb3f2b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • components/camel-mdc/src/main/docs

components/camel-mdc/src/main/docs/mdc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ The configuration properties for the MDC component are:
7070
|=======================================================================
7171
|Option |Default |Description
7272
|`camel.mdc.enabled`| false | Enable the MDC logging.
73-
|`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.
74-
|`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.
73+
|`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.
74+
|`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.
7575
|=======================================================================

0 commit comments

Comments
 (0)