Commit a01295603af6ef75776bdee328c9df18b1a9a9f2
1 parent
f4f3e60a
简化配置
Showing
4 changed files
with
3 additions
and
10 deletions
src/main/resources/all-application.yml
| ... | ... | @@ -150,9 +150,9 @@ media: |
| 150 | 150 | # 录像辅助服务, 部署此服务可以实现zlm录像的管理与下载, 0 表示不使用 |
| 151 | 151 | record-assist-port: 0 |
| 152 | 152 | |
| 153 | -# [可选] 日志配置, 一般不需要改 | |
| 153 | +# [可选] 日志配置, 如果不需要在jar外修改日志内容那么可以不配置此项 | |
| 154 | 154 | logging: |
| 155 | - config: classpath:logback-spring-local.xml | |
| 155 | + config: classpath:logback-spring.xml | |
| 156 | 156 | |
| 157 | 157 | # [根据业务需求配置] |
| 158 | 158 | user-settings: | ... | ... |
src/main/resources/application-dev.yml
src/main/resources/application-docker.yml