各位大佬好!小弟想问一下springboot Debug模式下[THYMELEAF]怎么设置不显示?

POM中配置这个不起作用:

<properties>
    <thymeleaf.version>3.0.0.RELEASE</thymeleaf.version>
    <thymeleaf-layout-dialect.version>2.0.0</thymeleaf-layout-dialect.version>
</properties>

application中设置thymeleaf的日志级别也不行:

logging:
  level:
    org.thymeleaf: info

不知道该怎么办了,请知道的大神不吝赐教!
十分感谢!

https://blog.csdn.net/ZZJST/article/details/89301071