Skip to content

Commit 296d1d7

Browse files
mlangcvy
andauthored
Fix BurstFilter documentation regarding the level parameter (#3983)
Co-authored-by: Volkan Yazıcı <volkan@yazi.ci>
1 parent 1cfcda9 commit 296d1d7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/site/antora/modules/ROOT/pages/manual/filters.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,7 @@ Timestamp filters use the timestamp of log events to decide whether to accept th
385385
[#BurstFilter]
386386
==== `BurstFilter`
387387
388-
The `BurstFilter` limits the rate of log events.
389-
The rate limit is only applied to log events less severe than a configured log level.
388+
The `BurstFilter` limits the rate of log events at or below a configured severity level.
390389
391390
Besides the <<common-configuration-attributes,common configuration attributes>>,
392391
the `BurstFilter` supports the following parameters:
@@ -399,8 +398,8 @@ the `BurstFilter` supports the following parameters:
399398
| level
400399
| link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html[`Level`]
401400
| link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html#WARN[`WARN`]
402-
| The rate limit only applies to log events less severe than this level.
403-
Events at least as severe as this level will always match.
401+
| The rate limit is only applied up until and including this level.
402+
Events more severe than this level will always match.
404403
405404
| rate
406405
| `float`

0 commit comments

Comments
 (0)