47f82b6b20
##Motivation The InternalLoggerFactory attempts to instantiate different logger implementations to discover what is available on the class path, accepting the first implementation that does not throw an exception. Currently, the default ordering will attempt to instantiate a Log4j1 logger before Log4j2. For environments where both Log4j1 and Log4j2 are available, this will result in using the older version. It seems that it would be more intuitive to prefer the newer version, when possible. ##Modifications Change the default ordering to attempt to use the Log4J2LoggerFactory before the Log4JLoggerFactory. ##Result For environments where both Log4j1 and Log4j2 are available on the class path (but Slf4J is not available), Netty will now use Log4j2 instead of Log4j1. |
||
---|---|---|
.. | ||
src | ||
pom.xml |