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.
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
Original file line number Diff line number Diff 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
926926xref: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[].
928929See xref:manual/json-template-layout.adoc#property-substitution-in-template[property substitution in JSON Template Layout]
929930for more details.
You can’t perform that action at this time.
0 commit comments