Mdc
JVM since3.29.0 Native since3.29.0
Logging MDC (Mapped Diagnostic Context) Service
Maven coordinates
Or add the coordinates to your existing project:
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mdc</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.
Additional Camel Quarkus configuration
Configuration property | Type | Default |
---|---|---|
Sets whether to enable the MDC tracing. |
|
|
Provide the headers you would like to use in the logging. Use * value to include all available headers. |
| |
Provide the properties you would like to use in the logging. Use * value to include all available properties. |
|
Configuration property fixed at build time. All other configuration properties are overridable at runtime.