This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 715d2801a0b155872e9767bba4c7bfe886459565
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Jul 8 13:05:40 2024 +0200

    Apply review suggestions (4)
    
    Co-authored-by: Volkan Yazıcı <[email protected]>
---
 src/site/antora/modules/ROOT/pages/manual/filters.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/antora/modules/ROOT/pages/manual/filters.adoc 
b/src/site/antora/modules/ROOT/pages/manual/filters.adoc
index 7b62f89c24..9aaa346c47 100644
--- a/src/site/antora/modules/ROOT/pages/manual/filters.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/filters.adoc
@@ -20,7 +20,7 @@
 Filters are Log4j plugins that evaluate the parameters of a logging call or a 
log event and return one of three results:
 
 ACCEPT:: The filter accepts the log event.
-Other filters in the same filtering stage are not evaluated.
+This effectively causes other filters in the same filtering stage to be 
skipped.
 
 DENY:: The filter drops the log event.
 

Reply via email to