From dd436e4e973267eaefd81ff22e85258581e071e8 Mon Sep 17 00:00:00 2001 From: Matthias Langer Date: Sun, 9 Nov 2025 08:29:03 +0100 Subject: [PATCH 1/2] Fix BurstFilter documentation regarding the level parameter --- src/site/antora/modules/ROOT/pages/manual/filters.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/site/antora/modules/ROOT/pages/manual/filters.adoc b/src/site/antora/modules/ROOT/pages/manual/filters.adoc index be716654aea..114abf7bd10 100644 --- a/src/site/antora/modules/ROOT/pages/manual/filters.adoc +++ b/src/site/antora/modules/ROOT/pages/manual/filters.adoc @@ -385,8 +385,7 @@ Timestamp filters use the timestamp of log events to decide whether to accept th [#BurstFilter] ==== `BurstFilter` -The `BurstFilter` limits the rate of log events. -The rate limit is only applied to log events less severe than a configured log level. +The BurstFilter limits the rate of log events at or below a configured severity level. Besides the <>, the `BurstFilter` supports the following parameters: @@ -399,8 +398,8 @@ the `BurstFilter` supports the following parameters: | level | link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html[`Level`] | link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html#WARN[`WARN`] -| The rate limit only applies to log events less severe than this level. -Events at least as severe as this level will always match. +| The rate limit is only applied up until and including this level. Events more severe than this level +will always match. | rate | `float` From 6d042b59da2829de523886acef62d0db77f42792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20Yaz=C4=B1c=C4=B1?= Date: Mon, 10 Nov 2025 10:10:24 +0100 Subject: [PATCH 2/2] Improve typesetting --- src/site/antora/modules/ROOT/pages/manual/filters.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/antora/modules/ROOT/pages/manual/filters.adoc b/src/site/antora/modules/ROOT/pages/manual/filters.adoc index 114abf7bd10..f5ecc6f6f36 100644 --- a/src/site/antora/modules/ROOT/pages/manual/filters.adoc +++ b/src/site/antora/modules/ROOT/pages/manual/filters.adoc @@ -385,7 +385,7 @@ Timestamp filters use the timestamp of log events to decide whether to accept th [#BurstFilter] ==== `BurstFilter` -The BurstFilter limits the rate of log events at or below a configured severity level. +The `BurstFilter` limits the rate of log events at or below a configured severity level. Besides the <>, the `BurstFilter` supports the following parameters: @@ -398,8 +398,8 @@ the `BurstFilter` supports the following parameters: | level | link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html[`Level`] | link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html#WARN[`WARN`] -| The rate limit is only applied up until and including this level. Events more severe than this level -will always match. +| The rate limit is only applied up until and including this level. +Events more severe than this level will always match. | rate | `float`