diff --git a/README.adoc b/README.adoc index bbb6c57cf..c0292d04a 100644 --- a/README.adoc +++ b/README.adoc @@ -306,6 +306,7 @@ Consider the following example of a Logback configuration file (named https://gi "span": "%X{X-B3-SpanId:-}", "parent": "%X{X-B3-ParentSpanId:-}", "exportable": "%X{X-Span-Export:-}", + "baggage": "%X{key:-}", "pid": "${PID:-}", "thread": "%thread", "class": "%logger{40}",