File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/site/antora/modules/ROOT/pages/manual Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -923,7 +923,7 @@ The list of attributes that support runtime property substitution is:
923
923
* The `value` attribute of <<logger-elements-properties,nested `Property` elements>> of a logger configuration.
924
924
* The
925
925
xref:manual/pattern-layout.adoc#plugin-attr-pattern[`pattern`] attribute of the xref:manual/pattern-layout.adoc[].
926
- * Some values of a JSON template used by xref:manual/json-template-layout.adoc[].
926
+ * Event template attributes of xref:manual/json-template-layout.adoc[].
927
927
See xref:manual/json-template-layout.adoc#property-substitution-in-template[property substitution in JSON Template Layout]
928
928
for more details.
929
929
* The appender attributes listed in xref:manual/appenders.adoc#runtime-evaluation[runtime property substitution in appenders].
Original file line number Diff line number Diff line change @@ -262,8 +262,8 @@ xref:manual/thread-context.adoc#custom-ContextDataProvider[Custom context data p
262
262
+
263
263
[TIP]
264
264
====
265
- Whenever conversion patterns are allowed, a `$$+{ctx:key}+` lookup is equivalent to an
266
- xref:manual/pattern-layout.adoc#converter-thread-context-map[`%X\{key}` pattern] .
265
+ Don't use `$$+{ctx:key}+` in the xref:manual/pattern-layout.adoc[] conversion patterns!
266
+ Use xref:manual/pattern-layout.adoc#converter-thread-context-map[the `%X\{key}` pattern converter] instead .
267
267
====
268
268
269
269
[#DateLookup]
@@ -643,6 +643,7 @@ xref:manual/pattern-layout.adoc#converter-marker[`%markerSimpleName` pattern].
643
643
| Lookup ID | `spring`
644
644
| Context | _global_
645
645
| Key format | _any_ `String`
646
+ | Dependency | xref:log4j-spring-boot.adoc[]
646
647
|===
647
648
648
649
[IMPORTANT]
You can’t perform that action at this time.
0 commit comments