Skip to content

Commit c3a1704

Browse files
ppkarwaszvy
andauthored
Apply suggestions from code review
Co-authored-by: Volkan Yazıcı <[email protected]>
1 parent 61611d9 commit c3a1704

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/site/antora/modules/ROOT/pages/manual/configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ The list of attributes that support runtime property substitution is:
923923
* The `value` attribute of <<logger-elements-properties,nested `Property` elements>> of a logger configuration.
924924
* The
925925
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[].
927927
See xref:manual/json-template-layout.adoc#property-substitution-in-template[property substitution in JSON Template Layout]
928928
for more details.
929929
* The appender attributes listed in xref:manual/appenders.adoc#runtime-evaluation[runtime property substitution in appenders].

src/site/antora/modules/ROOT/pages/manual/lookups.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ xref:manual/thread-context.adoc#custom-ContextDataProvider[Custom context data p
262262
+
263263
[TIP]
264264
====
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.
267267
====
268268
269269
[#DateLookup]
@@ -643,6 +643,7 @@ xref:manual/pattern-layout.adoc#converter-marker[`%markerSimpleName` pattern].
643643
| Lookup ID | `spring`
644644
| Context | _global_
645645
| Key format | _any_ `String`
646+
| Dependency | xref:log4j-spring-boot.adoc[]
646647
|===
647648
648649
[IMPORTANT]

0 commit comments

Comments
 (0)