vy commented on issue #3461:
URL: 
https://github.com/apache/logging-log4j2/issues/3461#issuecomment-2653963402

   @kostya-sh, I am not able to reproduce the issue using the most recent 
version, i.e., `2.24.3`:
   
   ```java
   public class Issue3461 {
       public static void main(String[] args) {
           System.setProperty("log4j.enableThreadLocals", "true");
           System.setProperty("log4j.debug", "true");
           
org.apache.logging.log4j.LogManager.getLogger(Issue3461.class).warn("Doh!");
       }
   }
   ```
   
   Could you try with `2.24.3`, please?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to