Repository: logging-log4j2 Updated Branches: refs/heads/master f3719edf9 -> 615647882
Fix typo Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/61564788 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/61564788 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/61564788 Branch: refs/heads/master Commit: 615647882c5c2a047fc7f4c32d83e1f6091edc3e Parents: f3719ed Author: Mikael Ståldal <mikael.stal...@magine.com> Authored: Wed Feb 8 12:30:59 2017 +0100 Committer: Mikael Ståldal <mikael.stal...@magine.com> Committed: Wed Feb 8 12:30:59 2017 +0100 ---------------------------------------------------------------------- src/site/xdoc/manual/filters.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/61564788/src/site/xdoc/manual/filters.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/filters.xml b/src/site/xdoc/manual/filters.xml index bab5ae9..2bf527b 100644 --- a/src/site/xdoc/manual/filters.xml +++ b/src/site/xdoc/manual/filters.xml @@ -133,7 +133,7 @@ <pre class="prettyprint linenums"><![CDATA[<?xml version="1.0" encoding="UTF-8"?> <Configuration status="warn" name="MyApp" packages=""> <Filters> - <Marker marker="EVENT" onMatch="ACCEPT" onMismatch="NEUTRAL"/> + <MarkerFilter marker="EVENT" onMatch="ACCEPT" onMismatch="NEUTRAL"/> <DynamicThresholdFilter key="loginId" defaultThreshold="ERROR" onMatch="ACCEPT" onMismatch="NEUTRAL"> <KeyValuePair key="User1" value="DEBUG"/>