This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new e58b530f8c Improve properties configs in JTL docs (#1480)
e58b530f8c is described below

commit e58b530f8cbd5a775ad30cf8745f136b41ebb927
Author: robert-gdv <[email protected]>
AuthorDate: Fri May 19 16:22:51 2023 +0200

    Improve properties configs in JTL docs (#1480)
---
 src/site/asciidoc/manual/json-template-layout.adoc.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/asciidoc/manual/json-template-layout.adoc.vm 
b/src/site/asciidoc/manual/json-template-layout.adoc.vm
index fd4fb5d1e8..4e3b2b845c 100644
--- a/src/site/asciidoc/manual/json-template-layout.adoc.vm
+++ b/src/site/asciidoc/manual/json-template-layout.adoc.vm
@@ -118,8 +118,8 @@ or with the below `log4j2.properties` configuration:
 
 [source,ini]
 ----
-appender.console.json.type = JsonTemplateLayout
-appender.console.json.eventTemplateUri = classpath:EcsLayout.json
+appender.console.layout.type = JsonTemplateLayout
+appender.console.layout.eventTemplateUri = classpath:EcsLayout.json
 ----
 
 `JsonTemplateLayout` generates JSON as follows:

Reply via email to