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

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new ff2c2c68 Automatic Site Publish by Buildbot
ff2c2c68 is described below

commit ff2c2c685748dc9e27ed860b83bc70f31d33d158
Author: buildbot <[email protected]>
AuthorDate: Tue Mar 19 11:18:26 2024 +0000

    Automatic Site Publish by Buildbot
---
 content/feed.xml          |  2 +-
 content/xml/ns/index.html | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/feed.xml b/content/feed.xml
index 5846a204..477c56cf 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="4.2.2">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2024-03-19T10:45:12+00:00</updated><id>/feed.xml</id><title 
type="html">Apache Software Foundation - Logging 
Services</title><subtitle>Write an awesome description for your new site here. 
You can edit this line in _ [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="4.2.2">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2024-03-19T11:18:25+00:00</updated><id>/feed.xml</id><title 
type="html">Apache Software Foundation - Logging 
Services</title><subtitle>Write an awesome description for your new site here. 
You can edit this line in _ [...]
 
 <p>Today, December 17, 2023 marks a significant milestone for the Apache 
Logging Services project, 
 as we celebrate 20 years since the inception of Log4j 1. 
diff --git a/content/xml/ns/index.html b/content/xml/ns/index.html
index 672f0229..e78f5dec 100644
--- a/content/xml/ns/index.html
+++ b/content/xml/ns/index.html
@@ -230,16 +230,16 @@ Following schemas model the Log4j runtime configuration, 
i.e., <code>log4j2.xml<
                xsi:schemaLocation="
                        https://logging.apache.org/xml/ns
                        
https://logging.apache.org/xml/ns/log4j-config-2.xsd"&gt;
-  &lt;Appenders&gt;
+  &lt;appenders&gt;
     &lt;Console name="Console" target="SYSTEM_OUT"&gt;
       &lt;PatternLayout pattern="%d [%t] %p %c - %m%n"/&gt;
     &lt;/Console&gt;
-  &lt;/Appenders&gt;
-  &lt;Loggers&gt;
-    &lt;Root level="warn"&gt;
+  &lt;/appenders&gt;
+  &lt;loggers&gt;
+    &lt;root level="WARN"&gt;
       &lt;AppenderRef ref="Console"/&gt;
-    &lt;/Root&gt;
-  &lt;/Loggers&gt;
+    &lt;/root&gt;
+  &lt;/loggers&gt;
 &lt;/Configuration&gt;</code></pre>
 </div>
 </div>

Reply via email to