spring-cloud / spring-cloud-bus

Spring Cloud event bus
http://cloud.spring.io/spring-cloud-bus/
Apache License 2.0
409 stars 242 forks source link

Condition Evaluation report log property of Automatic Restart not working #190

Closed leggiero closed 5 years ago

leggiero commented 5 years ago

Setting spring.devtools.restart.log-condition-evaluation-delta=false in application.properties do not prevent the Condition Evaluation report to be writing to the log output.

20.2.1 Logging changes in condition evaluation

Note that I have debug=true as I'm running the application in my development environment.

As a workaround, I'm setting logging.level.org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener=INFO. This should be avoided by using the correct property to disable the report.

The application restart is working properly. I'm using Spring Boot 2.1.4.RELEASE.

Could you guys, please have a look?

Thank you.

spencergibb commented 5 years ago

What does this have to do with bus?

leggiero commented 5 years ago

Sorry, opened in the wrong project: reopened in Spring Boot: https://github.com/spring-projects/spring-boot/issues/16578