[ 
https://issues.apache.org/jira/browse/LOG4J2-2344?focusedWorklogId=453829&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-453829
 ]

ASF GitHub Bot logged work on LOG4J2-2344:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Jul/20 07:59
            Start Date: 02/Jul/20 07:59
    Worklog Time Spent: 10m 
      Work Description: vy merged pull request #359:
URL: https://github.com/apache/logging-log4j2/pull/359


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 453829)
    Time Spent: 20m  (was: 10m)

> PropertiesConfigurationBuilder.createFilter exception message is incorrect
> --------------------------------------------------------------------------
>
>                 Key: LOG4J2-2344
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2344
>             Project: Log4j 2
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.11.0
>            Reporter: Reion Chan
>            Priority: Trivial
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> *PropertiesConfigurationBuilder*.*createFilter* exception message is incorrect
> {code:java}
> private FilterComponentBuilder createFilter(final String key, final 
> Properties properties) {
>         final String type = (String) properties.remove(CONFIG_TYPE);
>         if (Strings.isEmpty(type)) {
>             //FIXME type attribute provided for Filter, not Appender
>             throw new ConfigurationException("No type attribute provided for 
> Appender " + key);
>         }
> }{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to