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

Pavel_K commented on LOG4J2-3451:
---------------------------------

[~pkarwasz]  I suggest to add this issue and 
[#2464|https://issues.apache.org/jira/browse/LOG4J2-2464] to release 3.0.0.

> Custom appenders on module path must be found
> ---------------------------------------------
>
>                 Key: LOG4J2-3451
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-3451
>             Project: Log4j 2
>          Issue Type: Improvement
>    Affects Versions: 2.14.1
>            Reporter: Pavel_K
>            Assignee: Piotr Karwasz
>            Priority: Major
>
> Currently if custom appender is added via config, something like this:
> {code:java}
> <Configuration packages="com.yourcompany.yourcustomappenderpackage">
>   <Appenders>
>     <MyCustomAppender name="ABC" otherAttribute="...">
>     ...
>   </Appenders>
>   <Loggers><Root><AppenderRef ref="ABC" /></Root></Loggers>
> </Configuration>
> {code}
> Log4j2 will find this appender class only if this class is on class path.  I 
> suggest that appenders on module path must also be found.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to