Commit 00fb00a4c3b77623645e4a895a7852babec0e88c
1 parent
cb5afce5
修复dev配置文件中的logback-spring配置
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-dev.yml
| @@ -112,5 +112,5 @@ user-settings: | @@ -112,5 +112,5 @@ user-settings: | ||
| 112 | device-status-notify: true | 112 | device-status-notify: true |
| 113 | # [可选] 日志配置, 一般不需要改 | 113 | # [可选] 日志配置, 一般不需要改 |
| 114 | logging: | 114 | logging: |
| 115 | - config: classpath:logback-spring-local.xml | 115 | + config: classpath:logback-spring.xml |
| 116 | 116 |