You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Ralph Goers (JIRA)" <ji...@apache.org> on 2012/09/28 17:47:07 UTC

[jira] [Commented] (LOG4J2-92) Filter Configuration Error when using KeyValuePair

    [ 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: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org