Details
Description
This is because the ServerLogProvider instantiates the ServerLogController which in turn goes to ExtensionLoader which does a logger.debug. But since the controller hasn't finished instantiating yet, the provider throws an NPE.
This is because the ServerLogProvider instantiates the ServerLogController which in turn goes to ExtensionLoader which does a logger.debug. But since the controller hasn't finished instantiating yet, the provider throws an NPE.