File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
src/site/antora/modules/ROOT/pages/manual Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -91,18 +91,23 @@ so can contain escaped `$$+{...}+` expressions.
91
91
| <<KafkaAppender,`KafkaAppender`>>
92
92
| <<KafkaAppender-attr-key,`key`>>
93
93
| Log event
94
- | xref:manual/lookups.adoc#event -context[_log event_ ]
94
+ | xref:manual/lookups.adoc#global -context[_global_ ]
95
95
96
96
| <<NoSQLAppender,`NoSQLAppender`>>
97
97
| <<NoSqlAppender-element-keyValuePairs,`KeyValuePair/value`>>
98
98
| Log event
99
- | xref:manual/lookups.adoc#event -context[_log event_ ]
99
+ | xref:manual/lookups.adoc#global -context[_global_ ]
100
100
101
101
| <<PropertiesRewritePolicy,`PropertiesRewritePolicy`>>
102
102
| <<PropertiesRewritePolicy-element-properties,`Property/value`>>
103
103
| Log event
104
104
| xref:manual/lookups.adoc#global-context[_global_]
105
105
106
+ | <<Routes,`Routes`>>
107
+ | `pattern`
108
+ | Log event
109
+ | xref:manual/lookups.adoc#event-context[_log event_]
110
+
106
111
| <<RollingFileAppender,`RollingFileAppender`>>
107
112
| <<RollingFileAppender-attr-filePattern,`filePattern`>>
108
113
| Rollover
Original file line number Diff line number Diff line change @@ -924,6 +924,7 @@ The list of attributes that support runtime property substitution is:
924
924
* The `value` attribute of <<logger-elements-properties,nested `Property` elements>> of a logger configuration.
925
925
* The
926
926
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].
927
928
* Event template attributes of xref:manual/json-template-layout.adoc[].
928
929
See xref:manual/json-template-layout.adoc#property-substitution-in-template[property substitution in JSON Template Layout]
929
930
for more details.
You can’t perform that action at this time.
0 commit comments