Sleuth adds the application name (or overridable name for tracing only), the trace id, and the span id to the logs, see here. This uses the SLF4J MDC feature.

We should support that in Spring Boot, too, as this is a very important feature when using tracing.

Comment From: wilkinsona

Superseded by #32480.