Docsify/springboot/chapter3.md
2023-06-13 16:37:18 +08:00

6 lines
213 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 日志配置
* spring默认使用logback作为日志组件logback默认输出INFO、WARN、ERROR
如果需要更多的日志级别输出可以在application.properties中增加配置
```
debug=true
```