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

vy pushed a commit to branch doc/perf-main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 5998a1b58ace566e0e4acae82e9dccb96db107e4
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Wed May 15 10:42:47 2024 +0200

    Rename `For the impatient` to `Quick start`
---
 .../antora/modules/ROOT/pages/manual/garbagefree.adoc | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc 
b/src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc
index ad73b008b2..79c1d26430 100644
--- a/src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc
@@ -29,13 +29,18 @@ Hence, we will discuss both:
 . xref:#Config[]
 . xref:#api[]
 
-[#impatient]
-== For the impatient
-
-If you want to have a garbage-free Log4j setup, but don't want to spend time 
with associated details, you can start with setting the following system 
properties to `true`:
-
-* xref:#log4j2.enableThreadlocals[`log4j2.enableThreadlocals`]
-* 
xref:#log4j2.garbagefreeThreadContextMap[`log4j2.garbagefreeThreadContextMap`]
+[#quick]
+== Quick start
+
+If you want to have a garbage-free Log4j setup, but don't want to spend time 
with the associated details, you can quickly get started with the following 
instructions:
+
+. Set the following system properties to `true`:
+** xref:#log4j2.enableThreadlocals[`log4j2.enableThreadlocals`]
+** 
xref:#log4j2.garbagefreeThreadContextMap[`log4j2.garbagefreeThreadContextMap`]
+. Use garbage-free
+** xref:#Layouts[]
+** xref:#Appenders[]
+** xref:#Filters[]
 
 This should be sufficient for a majority of use cases.
 If not for yours, keep on reading.

Reply via email to