Mdc

JVM since3.29.0 Native since3.29.0

Logging MDC (Mapped Diagnostic Context) Service

What’s inside

Please refer to the above link for usage and configuration details.

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.

boolean

false

Provide the headers you would like to use in the logging. Use * value to include all available headers.

string

Provide the properties you would like to use in the logging. Use * value to include all available properties.

string

Configuration property fixed at build time. All other configuration properties are overridable at runtime.