You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2021/12/25 03:19:55 UTC

[logging-log4j-site] branch asf-staging updated: Small migration page improvement

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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 0102cbf  Small migration page improvement
0102cbf is described below

commit 0102cbf580c2398b49bd682369c75cd554df7078
Author: Remko Popma <re...@yahoo.com>
AuthorDate: Sat Dec 25 12:19:45 2021 +0900

    Small migration page improvement
---
 log4j-2.17.0/manual/migration.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/log4j-2.17.0/manual/migration.html b/log4j-2.17.0/manual/migration.html
index ed7c8b5..7b62356 100644
--- a/log4j-2.17.0/manual/migration.html
+++ b/log4j-2.17.0/manual/migration.html
@@ -235,7 +235,10 @@
                   <section>
                       <h3><a name="Option_2:_convert_your_application_to_the_Log4j_2_API_.28log4j-api.29"></a>Option 2: convert your application to the Log4j 2 API (log4j-api)</h3>
 
-                      <p>For the most part, converting from the Log4j 1.x API to Log4j 2 should be fairly simple. Many
+                      <p>
+                          The other migration option involves changing your application code to use
+                          the Log4j 2 API.
+                          For the most part, converting from the Log4j 1.x API to Log4j 2 should be fairly simple. Many
                           of the log statements will require no modification. However, where necessary the following changes must be
                           made.</p>