[ 
https://issues.apache.org/jira/browse/LOG4J2-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13465685#comment-13465685
 ] 

Ralph Goers commented on LOG4J2-92:
-----------------------------------

Changing to a documentation issue. DynamicThresholdFilter uses a 
ValueLevelPair, not a KeyValuePair.  It should be configured as

  <DynamicThresholdFilter key="loginId" defaultThreshold="ERROR" 
onMatch="ACCEPT" onMismatch="NEUTRAL"> 
    <ValueLevelPair key="User1" threshold="DEBUG"/> 
  </DynamicThresholdFilter> 

Can you provide other instances where KeyValuePair is used where it isn't 
working?
                
> 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]

Reply via email to