]
Tristan Tarrant updated ISPN-11154:
-----------------------------------
Status: Open (was: New)
Use Log4j's BasicContextSelector in the server
----------------------------------------------
Key: ISPN-11154
URL:
https://issues.redhat.com/browse/ISPN-11154
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 10.1.0.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Major
Fix For: 10.1.1.Final
https://logging.apache.org/log4j/2.x/manual/logsep.html
because of the use of the default ClassLoaderContextSelector the server creates three
LoggerContexts (one for JUL, one for JBoss Logging and one for RMI).
We should switch to the BasicContextSelector so that only a single loggercontext is
created.