You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2018/01/03 11:10:00 UTC

[jira] [Created] (LOG4J2-2171) Log4j2 is not embeddable due to its system classloader usage

Romain Manni-Bucau created LOG4J2-2171:
------------------------------------------

             Summary: Log4j2 is not embeddable due to its system classloader usage
                 Key: LOG4J2-2171
                 URL: https://issues.apache.org/jira/browse/LOG4J2-2171
             Project: Log4j 2
          Issue Type: Bug
            Reporter: Romain Manni-Bucau


Hi guys,

in several places, log4j2 enforces the system classloader to be used. I have a case where I isolate a classloader from the app which can have log4j2 and I don't want any leakage between both classloaders.

This is current not possible. Can we have at least an option to skip this classloader and only use the tccl one?

For reference: org.apache.logging.log4j.util.LoaderUtil#getClassLoaders, org.apache.logging.log4j.util.LoaderUtil#findUrlResources, etc... are the places making it not working



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)