Skip to content

Commit

Permalink
Reword documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Dec 1, 2023
1 parent 4d01d95 commit 89a0ac3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Press the "Show" button to see the details of that trace.
[[actuator.micrometer-tracing.logging]]
=== Logging Correlation IDs
Correlation IDs provide a helpful way to link lines in your log files to spans/traces.
When you are using Micrometer Tracing, Spring Boot will include correlation IDs in your logs.
If you are using Micrometer Tracing, Spring Boot will include correlation IDs in your logs by default.

The default correlation ID is built from `traceId` and `spanId` https://logback.qos.ch/manual/mdc.html[MDC] values.
For example, if Micrometer Tracing has added an MDC `traceId` of `803B448A0489F84084905D3093480352` and an MDC `spanId` of `3425F23BB2432450` the log output will include the correlation ID `[803B448A0489F84084905D3093480352-3425F23BB2432450]`.
Expand Down

0 comments on commit 89a0ac3

Please sign in to comment.