diff --git a/src/site/antora/modules/ROOT/pages/manual/appenders.adoc b/src/site/antora/modules/ROOT/pages/manual/appenders.adoc index 12b25a09fab..de0352205af 100644 --- a/src/site/antora/modules/ROOT/pages/manual/appenders.adoc +++ b/src/site/antora/modules/ROOT/pages/manual/appenders.adoc @@ -91,18 +91,23 @@ so can contain escaped `$$+{...}+` expressions. | <> | <> | Log event -| xref:manual/lookups.adoc#event-context[_log event_] +| xref:manual/lookups.adoc#global-context[_global_] | <> | <> | Log event -| xref:manual/lookups.adoc#event-context[_log event_] +| xref:manual/lookups.adoc#global-context[_global_] | <> | <> | Log event | xref:manual/lookups.adoc#global-context[_global_] +| <> +| `pattern` +| Log event +| xref:manual/lookups.adoc#event-context[_log event_] + | <> | <> | Rollover diff --git a/src/site/antora/modules/ROOT/pages/manual/configuration.adoc b/src/site/antora/modules/ROOT/pages/manual/configuration.adoc index e7264603aba..bb675466e7a 100644 --- a/src/site/antora/modules/ROOT/pages/manual/configuration.adoc +++ b/src/site/antora/modules/ROOT/pages/manual/configuration.adoc @@ -924,6 +924,7 @@ The list of attributes that support runtime property substitution is: * The `value` attribute of <> 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.