davsclaus commented on code in PR #21741:
URL: https://github.com/apache/camel/pull/21741#discussion_r2895470121


##########
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 headers you would like to use in 
the logging. Use `*` value to include all available headers.
-|`camel.mdc.customProperties` |  | Provide the properties you would like to 
use in the logging. Use `*` value to include all available properties.
+|`camel.mdc.customHeaders` |  | Provide the headers you would like to use in 
the logging. Use `*` value as a wildcard to include more headers at once, for 
example `CAMEL_HTTP_*` or only the `*` to include all available headers.
+|`camel.mdc.customProperties` |  | Provide the properties you would like to 
use in the logging. Use `*` value as a wildcard to include more properties at 
once, for example `property_*` or only the `*` to include all available 
properties.

Review Comment:
   Can you say custom exchange properties as that is more precise which 
properties you mean



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to