I am trying to use JUL Adapter to delegate Java Util Logging to Log4j2. More precisely, any third-party library that use JUL to generate logs, should be delegat
I believe that "java.util.logging.LogManager" class initialisation happens before the moment when system properties are updated.
So, you could make logging libraries available to the container classloader, and configure this system property for the whole container using environment variables or configuration files.