You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following filters allow you to filter log events based on their level.
488
+
The following filters allow you to filter log events based on their xref:manual/customloglevels.adoc[levels].
489
489
490
490
[#LevelMatchFilter]
491
491
==== `LevelMatchFilter`
@@ -542,7 +542,7 @@ Besides the common configuration attributes, the `LevelRangeFilter` supports the
542
542
[TIP]
543
543
====
544
544
Make sure not to invert the bounds of the range.
545
-
Starting from the smallest level, the Log4j API defines: `OFF`, `FATAL`, `ERROR`, `WARN`, `INFO`, `DEBUG`, `TRACE` and `ALL`.
545
+
Starting from the smallest level, xref:manual/customloglevels.adoc[the Log4j API defines]: `OFF`, `FATAL`, `ERROR`, `WARN`, `INFO`, `DEBUG`, `TRACE` and `ALL`.
546
546
====
547
547
548
548
xref:plugin-reference.adoc#org-apache-logging-log4j_log4j-core_org-apache-logging-log4j-core-filter-LevelRangeFilter[📖 Plugin reference for `LevelRangeFilter`]
@@ -1167,7 +1167,7 @@ If set to `0`, polling is disabled.
1167
1167
1168
1168
|===
1169
1169
1170
-
[CAUTION]
1170
+
[WARNING]
1171
1171
====
1172
1172
Unlike other map filters that have a configurable matching mode,
1173
1173
this filter always uses the <<matching-mode-or,OR>> matching mode.
@@ -1314,7 +1314,7 @@ For the remaining filters, only these bindings are available:
0 commit comments