Skip to content

Commit fc9fb30

Browse files
committed
CAMEL-22717: camel-mdc - MDC is lost when using interceptSendToEndpoint (and potentially other situations)
1 parent 897c3cd commit fc9fb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/camel-core/src/test/resources/log4j2.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ appender.console.layout.type = PatternLayout
2020
appender.console.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
2121

2222
## MDC layout
23-
## appender.console.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %X{camel.exchangeId} %X{camel.breadcrumbId} - %m%n
23+
### appender.console.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %X{camel.exchangeId} %X{camel.breadcrumbId} - %m%n
2424

2525
appender.file.type = File
2626
appender.file.name = file

0 commit comments

Comments
 (0)