This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch release/2.25.4 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit eeb448a970ee16536f8796dde79459a1e7795da2 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"] |===
