This is an automated email from the ASF dual-hosted git repository.
ramanathan1504 pushed a commit to branch 2.25.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.25.x by this push:
new 57e80aa8a5 Fix AsciiDoc typo in `pattern-layout.adoc`
57e80aa8a5 is described below
commit 57e80aa8a512392a555376166aed3e181375d64c
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Jun 26 12:02:52 2026 +0200
Fix AsciiDoc typo in `pattern-layout.adoc`
---
src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc
b/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc
index ebe36a6f52..4e3943066a 100644
--- a/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc
@@ -467,8 +467,7 @@ You can also define custom date formats, see following
examples:
|%d{yyyy-mm-dd'T'HH:mm:ss.SSS'Z'}\{UTC}
|2012-11-02T14:34:02.123Z
-
-|%d{dd-MMMM-yyyy}\{UTC}\{de-DE}
+|%d\{dd-MMMM-yyyy}\{UTC}\{de-DE}
|02 November 2012 (UTC timezone, German locale)
|===