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
You can do this by changing the log level of org.springframework.boot.autconfigure. For example by adding the following line within application.properties:
org.springframework.boot.autconfigure
application.properties
logging.level.org.springframework.boot.autoconfigure=ERROR