Sorry, still haven’t had time to look at this. (Shameless plug) Every java main() method deserves http://picocli.info
> On Nov 6, 2018, at 11:20, Gary Gregory <[email protected]> wrote: > >> On Tue, Oct 30, 2018 at 7:08 PM Gary Gregory <[email protected]> wrote: >> >>> On Mon, Oct 22, 2018 at 5:40 PM Remko Popma <[email protected]> wrote: >>> >>> I’ll take a look. >>> >> > Ping :-) > > >> >> Ping ;-) >> >> Gary >> >>> >>> >>> >>>> On Oct 23, 2018, at 4:38, Gary Gregory <[email protected]> wrote: >>>> >>>> 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 >>> >>
