什么是Spring Boot" debug"配置属性集?

时间:2017-06-08 22:06:39

标签: java spring logging spring-boot

如果我在我的application.yaml配置文件中使用以下属性配置我的Spring Boot Web应用程序:

debug: true

我注意到我的日志配置被忽略,所有内容都设置为DEBUG级别。有道理。

debug=true会影响其他任何事情吗?或者这只是一个记录事物?

1 个答案:

答案 0 :(得分:1)

来自https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-logging.html

的文档
  

您还可以在application.properties中指定debug = true。

     

启用调试模式后,选择核心记录器(嵌入式)   容器,Hibernate和Spring Boot)配置为输出更多   信息。