vy commented on code in PR #3983: URL: https://github.com/apache/logging-log4j2/pull/3983#discussion_r2509432781
########## 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. Review Comment: ```suggestion The `BurstFilter` limits the rate of log events at or below a configured severity level. ``` ########## src/site/antora/modules/ROOT/pages/manual/filters.adoc: ########## @@ -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. Review Comment: We try to adhere [one-sentence-per-line](https://asciidoctor.org/docs/asciidoc-recommended-practices/#one-sentence-per-line): ```suggestion | The rate limit is only applied up until and including this level. Events more severe than this level will always match. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
