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

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


The following commit(s) were added to refs/heads/master by this push:
     new bb6584a  LOG4J2-2541 - Minor documentation fixes
bb6584a is described below

commit bb6584a4ff778c8e6335895b76e9472be02b2545
Author: Ralph Goers <[email protected]>
AuthorDate: Sun Dec 5 14:21:38 2021 -0700

    LOG4J2-2541 - Minor documentation fixes
---
 src/changes/changes.xml                     | 3 +++
 src/site/asciidoc/manual/configuration.adoc | 7 +++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bac578d..03fd1ad 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -252,6 +252,9 @@
        based on performance improvements in modern Java releases.
       </action>
       <!-- FIXES -->
+      <action issue="LOG4J2-2541" dev="rgoers" due-to="Gerold Broser">
+        Minor documentation corrections in the configuration section.
+      </action>
       <action issue="LOG4J2-2553" dev="rgoers">
         Correct documentation for SyslogAppender when using TLS.
       </action>
diff --git a/src/site/asciidoc/manual/configuration.adoc 
b/src/site/asciidoc/manual/configuration.adoc
index a03ba97..2466510 100644
--- a/src/site/asciidoc/manual/configuration.adoc
+++ b/src/site/asciidoc/manual/configuration.adoc
@@ -626,8 +626,11 @@ configurations.
 [[XML]]
 === Configuration with XML
 
-Log4j can be configured using two XML flavors; concise and strict. The
-concise format makes configuration very easy as the element names match
+Log4j can be configured using two XML flavors; concise and strict.
+
+=== Concise Syntax
+
+The concise format makes configuration very easy as the element names match
 the components they represent however it cannot be validated with an XML
 schema. For example, the ConsoleAppender is configured by declaring an
 XML element named Console under its parent appenders element. However,

Reply via email to