]
Sebastian Łaskawiec updated ISPN-7563:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.CR3
(was: 9.0.0.Final)
Resolution: Done
Netty should use Log4j2
-----------------------
Key: ISPN-7563
URL:
https://issues.jboss.org/browse/ISPN-7563
Project: Infinispan
Issue Type: Task
Components: Server
Affects Versions: 9.0.0.CR2
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Minor
Fix For: 9.0.0.CR3
{{NettyTransport}} calls {{InternalLoggerFactory.setDefaultFactory(new
io.netty.util.internal.logging.Log4JLoggerFactory())}}, which uses Log4j 1.2.x.
It should use {{Log4j2LoggerFactory}} instead, so that Netty uses the same logging
configuration as Infinispan.