Re: Using the Log4j 1.2 bridge.

2024-02-11 Thread Piotr P. Karwasz
Hi Gary, On Sun, 11 Feb 2024 at 16:20, Gary Gregory wrote: > > To make sure I understand, you are saying the bug is in > org.apache.logging.log4j.core.Logger.setLevel(Level)? Yes, this method does not modify the `LoggerConfig`, so the children of the logger will not see the level change. It shou

Re: Using the Log4j 1.2 bridge.

2024-02-11 Thread Gary Gregory
To make sure I understand, you are saying the bug is in org.apache.logging.log4j.core.Logger.setLevel(Level)? Gary On Sat, Feb 10, 2024 at 5:24 PM Piotr P. Karwasz wrote: > > Hi Gary, > > On Sat, 10 Feb 2024 at 18:14, Gary Gregory wrote: > > In my branch > > https://github.com/garydgregory/com