Edward Sargisson created LOG4J2-261:
---------------------------------------

             Summary: Incorrect error message if agent name specified in Flume 
appender properties
                 Key: LOG4J2-261
                 URL: https://issues.apache.org/jira/browse/LOG4J2-261
             Project: Log4j 2
          Issue Type: Bug
          Components: Appenders
    Affects Versions: 2.0-beta6
            Reporter: Edward Sargisson
            Priority: Minor


FlumeEmbeddedManager ll270-275:
if (upperKey.startsWith(name.toUpperCase(Locale.ENGLISH))) {
                        final String msg =
                            "Specification of the agent name is allowed in 
Flume Appender configuration: " + key;
                        LOGGER.error(msg);
                        throw new ConfigurationException(msg);
                    }

I think the error message should have "not" inserted.
 "Specification of the agent name is not allowed in Flume Appender 
configuration: " + key;

--
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