This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 32a2e11482064278858d624f004a7cd390da8d62 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Jun 20 09:27:14 2024 +0200 Fix broken AsciiDoc references --- src/site/antora/modules/ROOT/pages/manual/layouts.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/antora/modules/ROOT/pages/manual/layouts.adoc b/src/site/antora/modules/ROOT/pages/manual/layouts.adoc index 92a8dd6379..6709dc94dd 100644 --- a/src/site/antora/modules/ROOT/pages/manual/layouts.adoc +++ b/src/site/antora/modules/ROOT/pages/manual/layouts.adoc @@ -35,7 +35,7 @@ This section introduces you to some common concerns shared by almost all <<colle include::partial$manual/structured-logging.adoc[] Log4j strives to provide top of the class support for structured logging. -To create an end-to-end experience, it provides several xref:manual/messages.adoc#collection-structured[structured message types] along with layouts supporting structured logging. +To create an end-to-end experience, it provides several {log4j2-url}/manual/messages.html#collection-structured[structured message types] along with layouts supporting structured logging. We recommend xref:manual/json-template-layout.adoc[] for structured logging purposes. @@ -492,7 +492,7 @@ This attribute only applies to RFC 5424 Syslog records. |The string that should be used to replace newlines within the message text |=== -RFC 5424 Layout has specialized handling for xref:manual/messages.adoc#StructuredDataMessage[`StructuredDataMessage`]s. +RFC 5424 Layout has specialized handling for {log4j2-url}/manual/messages.html#StructuredDataMessage[`StructuredDataMessage`]s. By combining two, users can have complete control on how their message is encoded in a way compliant with RFC 5424, while RFC 5424 Layout will make sure the rest of the information attached to the log event is properly injected. [#SyslogLayout]
