> For the complete documentation index, see [llms.txt](https://jack80342.gitbook.io/spring-boot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jack80342.gitbook.io/spring-boot/iii.-using-spring-boot/20.-developer-tools/20.2.-automatic-restart/20.2.1.-logging-changes-in-condition-evaluation.md).

# 20.2.1. 在状况评估里记录更改

默认地，每次应用重启，都会记录一份展示状况评估差量的报告。报告展示了对应用的自动配置所做的更改，比如添加或者移除bean、设置配置属性。

禁用记录报告，设置以下属性：

```
spring.devtools.restart.log-condition-evaluation-delta=false
```
