In my spring-boot project I am using Logback-"Mapped Diagnostic Context" MDC for logging diagnostic context.
MDC-data is not logged (to console or file) by default.
Is there a way for getting this MDC logs into the output-log, using only application properties?