Skip to content

Commit

Permalink
Fix list of runtime lookups
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Jul 25, 2024
1 parent 29445d1 commit 2d5f582
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/site/antora/modules/ROOT/pages/manual/appenders.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,23 @@ so can contain escaped `$$+{...}+` expressions.
| <<KafkaAppender,`KafkaAppender`>>
| <<KafkaAppender-attr-key,`key`>>
| Log event
| xref:manual/lookups.adoc#event-context[_log event_]
| xref:manual/lookups.adoc#global-context[_global_]
| <<NoSQLAppender,`NoSQLAppender`>>
| <<NoSqlAppender-element-keyValuePairs,`KeyValuePair/value`>>
| Log event
| xref:manual/lookups.adoc#event-context[_log event_]
| xref:manual/lookups.adoc#global-context[_global_]
| <<PropertiesRewritePolicy,`PropertiesRewritePolicy`>>
| <<PropertiesRewritePolicy-element-properties,`Property/value`>>
| Log event
| xref:manual/lookups.adoc#global-context[_global_]
| <<Routes,`Routes`>>
| `pattern`
| Log event
| xref:manual/lookups.adoc#event-context[_log event_]
| <<RollingFileAppender,`RollingFileAppender`>>
| <<RollingFileAppender-attr-filePattern,`filePattern`>>
| Rollover
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,7 @@ The list of attributes that support runtime property substitution is:
* The `value` attribute of <<logger-elements-properties,nested `Property` elements>> of a logger configuration.
* The
xref:manual/pattern-layout.adoc#plugin-attr-pattern[`pattern`] attribute of the xref:manual/pattern-layout.adoc[].
This attribute evaluates lookups in the xref:manual/lookups.adoc#event-context[context of the current log event].
* Event template attributes of xref:manual/json-template-layout.adoc[].
See xref:manual/json-template-layout.adoc#property-substitution-in-template[property substitution in JSON Template Layout]
for more details.
Expand Down

0 comments on commit 2d5f582

Please sign in to comment.