[
https://issues.apache.org/jira/browse/LOG4J2-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13465828#comment-13465828
]
Szabolcs Beki commented on LOG4J2-92:
-------------------------------------
Thanks for quick answer.
The other similar issue is with MapFilter.
<MapFilter onMatch="ACCEPT" onMismatch="NEUTRAL" operator="or">
<KeyValuePair key="case-id" value="4"/>
<KeyValuePair key="case-id" value="5"/>
</MapFilter>
results to :
2012-09-28 20:41:17,715 ERROR filter MapFilter has no parameter that matches
element KeyValuePair
2012-09-28 20:41:17,716 ERROR filter MapFilter has no parameter that matches
element KeyValuePair
2012-09-28 20:41:17,717 ERROR keys and values must be specified for the
MapFilter
Null object returned for MapFilter
> Filter Configuration Error when using KeyValuePair
> ---------------------------------------------------
>
> Key: LOG4J2-92
> URL: https://issues.apache.org/jira/browse/LOG4J2-92
> Project: Log4j 2
> Issue Type: Bug
> Components: Documentation, Filters
> Affects Versions: 2.0-alpha1, 2.0-alpha2, 2.0-beta2
> Environment: Win7
> Reporter: Szabolcs Beki
>
> When trying to configure DynamicThresholdFilter or StructuredDataFilter via
> XML according to the documentation on Filters, I get this error message from
> log4j2 :
> ERROR filter DynamicThresholdFilter has no parameter that matches element
> KeyValuePair
> <DynamicThresholdFilter key="loginId" defaultThreshold="ERROR"
> onMatch="ACCEPT" onMismatch="NEUTRAL">
> <KeyValuePair key="User1" value="DEBUG"/>
> </DynamicThresholdFilter>
> The problem seems to be present at other filters as well, where KeyValuePair
> is used.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]