Re: Logging of exchangeId and breadcrumbId

2023-01-26 Thread Ephemeris Lappis
Hello. I'm not sure this is the unique solution, but we have developed a custom MDCUnitOfWork to add our own information (a custom correlation ID header we have between applications, for example). As we use Karaf to execute our Camel routes, the custom factory is exposed by another bundle as a

Logging of exchangeId and breadcrumbId

2023-01-26 Thread Michael Rambichler
Hi folks! We are using MDC Logging to get the exchangeId, breadcrumbId attached to all our log/debug lines pushed to our elk stack. Currently we use MDCLogging and logstash-logback-encoder which is configured as JSON output I often read that MDC Logging is not that well supported/proposed in came