This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 8e7d897c85 Fix the `AsyncLoggerConfig` ring buffer size property name
in the manual (#4038)
8e7d897c85 is described below
commit 8e7d897c850c66c22eb02b0ff92020a0ebfbac00
Author: Dimitar Dimitrov <[email protected]>
AuthorDate: Mon Mar 2 09:55:20 2026 +0100
Fix the `AsyncLoggerConfig` ring buffer size property name in the manual
(#4038)
---
.../manual/systemproperties/properties-async-logger-config.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-async-logger-config.adoc
b/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-async-logger-config.adoc
index c8883cc040..769f1faa7b 100644
---
a/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-async-logger-config.adoc
+++
b/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-async-logger-config.adoc
@@ -35,7 +35,7 @@ The class needs to have a public zero-argument constructor.
The default exception handler will print a message and stack trace to the
standard error output stream.
[id=log4j2.asyncLoggerConfigRingBufferSize]
-== `log4j2.asyncLoggerRingConfigBufferSize`
+== `log4j2.asyncLoggerConfigRingBufferSize`
[cols="1h,5"]
|===