Skip to content

Commit a1a12fd

Browse files
committed
rephrasing intro, removing some emphasis of log4j
#1468
1 parent 037d322 commit a1a12fd

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/site/xdoc/manual/index.xml

+6-8
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,12 @@
7979
</subsection>
8080
<subsection name="Log4j 2">
8181
<p>
82-
Log4j 1.x has been widely adopted and used in many applications. However,
83-
through the years development on it has slowed down. It has become more
84-
difficult to maintain due to its need to be compliant with very old versions
85-
of Java and became
86-
<a href="https://blogs.apache.org/foundation/entry/apache_logging_services_project_announces">End
87-
of Life</a> in August 2015.
88-
Its alternative, SLF4J/Logback made many needed improvements to the
89-
framework. So why bother with Log4j 2? Here are a few of the reasons.
82+
Log4j 1.x has been extensively adopted and utilized across various applications.
83+
Its final release occurred in 2012, and in August 2015, the announcement was made
84+
that Log4j 1.x had reached its <a href="https://news.apache.org/foundation/entry/apache_logging_services_project_announces">End of Life</a>.
85+
</p>
86+
<p>
87+
So, what makes upgrading to Log4j 2 a wise decision? Here are a few compelling reasons.
9088
</p>
9189
<ol>
9290
<li>Log4j 2 is designed to be usable as an audit logging framework. Both Log4j

0 commit comments

Comments
 (0)