Open RiccardoManzan opened 1 year ago
I've updated some docs for logback specifically in the java OTEL instrumentation project since it's technically implemented outside of micronaut and not included by the framework (See https://github.com/micronaut-projects/micronaut-tracing/issues/166)
Feature description
It would be nice to have something in the description of micronaut-core and micronaut-tracing about the usage of MDC. It looks like this module is required in order to make the MDC be correctly propagated in child processes. It has been pretty difficult to find why the MDC values were not being shown by logback.
See: