File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/site/antora/modules/ROOT/pages/manual Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
391390Besides the <<common-configuration-attributes,common configuration attributes>>,
392391the `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`
You can’t perform that action at this time.
0 commit comments