Skip to content

Commit 2d5f582

Browse files
committed
Fix list of runtime lookups
1 parent 29445d1 commit 2d5f582

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,23 @@ so can contain escaped `$$+{...}+` expressions.
9191
| <<KafkaAppender,`KafkaAppender`>>
9292
| <<KafkaAppender-attr-key,`key`>>
9393
| Log event
94-
| xref:manual/lookups.adoc#event-context[_log event_]
94+
| xref:manual/lookups.adoc#global-context[_global_]
9595
9696
| <<NoSQLAppender,`NoSQLAppender`>>
9797
| <<NoSqlAppender-element-keyValuePairs,`KeyValuePair/value`>>
9898
| Log event
99-
| xref:manual/lookups.adoc#event-context[_log event_]
99+
| xref:manual/lookups.adoc#global-context[_global_]
100100
101101
| <<PropertiesRewritePolicy,`PropertiesRewritePolicy`>>
102102
| <<PropertiesRewritePolicy-element-properties,`Property/value`>>
103103
| Log event
104104
| xref:manual/lookups.adoc#global-context[_global_]
105105
106+
| <<Routes,`Routes`>>
107+
| `pattern`
108+
| Log event
109+
| xref:manual/lookups.adoc#event-context[_log event_]
110+
106111
| <<RollingFileAppender,`RollingFileAppender`>>
107112
| <<RollingFileAppender-attr-filePattern,`filePattern`>>
108113
| Rollover

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@ The list of attributes that support runtime property substitution is:
924924
* The `value` attribute of <<logger-elements-properties,nested `Property` elements>> of a logger configuration.
925925
* The
926926
xref:manual/pattern-layout.adoc#plugin-attr-pattern[`pattern`] attribute of the xref:manual/pattern-layout.adoc[].
927+
This attribute evaluates lookups in the xref:manual/lookups.adoc#event-context[context of the current log event].
927928
* Event template attributes of xref:manual/json-template-layout.adoc[].
928929
See xref:manual/json-template-layout.adoc#property-substitution-in-template[property substitution in JSON Template Layout]
929930
for more details.

0 commit comments

Comments
 (0)