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">
- <Appenders>
+ <appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d [%t] %p %c - %m%n"/>
</Console>
- </Appenders>
- <Loggers>
- <Root level="warn">
+ </appenders>
+ <loggers>
+ <root level="WARN">
<AppenderRef ref="Console"/>
- </Root>
- </Loggers>
+ </root>
+ </loggers>
</Configuration></code></pre>
</div>
</div>