In org.apache.logging.log4j.core.config.AbstractConfiguration.stop(long, TimeUnit), I see:
1) we stop the async appender 2) notify ReliabilityStrategies that appenders will be stopped 3) we stop the sync appender I wonder if (2) was added in the wrong place and should come before (1)? Gary
