abpicoli1 opened a new issue, #2353: URL: https://github.com/apache/logging-log4j2/issues/2353
## Description Using log4j2 2.23 makes my logs not to show trace and debug events, not mattering what I set in the log4j2 configuration file. ## Configuration **Version:** 2.23.0 **Operating system:** Windows WSL Linux 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux **JDK:** Azul Zulu 21 community edition ``` ``` ## Logs ``` [The output using log4j 2.23](https://github.com/apache/logging-log4j2/files/14499817/out2.txt) [My log4j2 xml configuration](https://github.com/apache/logging-log4j2/files/14499826/log4j2.xml.txt) [The log output with log4j 2.22.1 : notice that the expected application trace events do appear](https://github.com/apache/logging-log4j2/files/14499896/out2.txt) ``` ## Reproduction [An isolated test reproducing the test. JUnit tests similar to the ones in the code base are extremely appreciated.] [TestLog.java.txt](https://github.com/apache/logging-log4j2/files/14500027/TestLog.java.txt) The output using log4j2 2.22.1 with -Dlog4j2.configurationFile=(the example file) [The output of the junit test with log4j2 2.22.1](https://github.com/apache/logging-log4j2/files/14500044/out2.txt) [The output of the junit test with log4j2 2.23.0](https://github.com/apache/logging-log4j2/files/14500073/out2.txt) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
