When upgrading to Spring Boot 3.4.2 our logging stopped completely working. After narrowing down I figured the problem happens with Spring Boot 3.4.2 when using Log4j2 together with BlockHound. Here is a minimum reproducer repo: https://github.com/micopiira/spring-boot-log4j2-issue Spring Boot 3.4.1 with exact same Log4j2 version and BlockHound version works. Spring Boot 3.4.1: <img width="1283" alt="Image" src="https://github.com/user-attachments/assets/0cd4cda6-5c40-4851-905d-3157ea04c30e" /> Spring Boot 3.4.2: <img width="726" alt="Image" src="https://github.com/user-attachments/assets/49aab7e0-6304-48e0-ad6a-ab0af2e97422" />