The JDK logging is setup to just include everything you need as a log parameter.
To make the MDC work you have to create filters and or formatters that are aware of the MDC. Then install only those filters and formatters on every handler in the logging system.
The JDK logging is setup to just include everything you need as a log parameter.
To make the MDC work you have to create filters and or formatters that are aware of the MDC. Then install only those filters and formatters on every handler in the logging system.