After improving the status logging, it is now clear that there are two LoggerContexts started: one with name=sun.misc.Launcher$AppClassLoader@1f3e8d89, and one with name=Default
Is this expected? To reproduce this, change <Configuration status="OFF"... to status="TRACE" in /log4j-core/src/test/resources/XmlCompleteFileAppenderTest.xml and run /log4j-core/src/test/java/org/apache/logging/log4j/core/appender/XmlCompleteFileAppenderTest.java and see the status log. It looks strange, I would expect only one context, no?
