When I run my Spring boot application, I get the conditions evaluation report in my console logs.
How can I disable or exclude this report from my console logs in Sp
While the other answer works, it's also possible to set the log level to INFO:
INFO
logging.level.org.springframework.boot.autoconfigure=INFO