Commit 947604686853bd546c40431a29ce896dcaed63df
1 parent
24426ef3
配置文件sql日志单独设置
Showing
2 changed files
with
4 additions
and
6 deletions
src/main/resources/all-application.yml
| ... | ... | @@ -118,9 +118,8 @@ logging: |
| 118 | 118 | max-size: 10MB |
| 119 | 119 | total-size-cap: 300MB |
| 120 | 120 | level: |
| 121 | - com: | |
| 122 | - genersoft: | |
| 123 | - iot: info | |
| 121 | + com.genersoft.iot: debug | |
| 122 | + com.genersoft.iot.vmp.storager.dao: info | |
| 124 | 123 | # [根据业务需求配置] |
| 125 | 124 | user-settings: |
| 126 | 125 | # [可选] 自动点播, 使用固定流地址进行播放时,如果未点播则自动进行点播, 需要rtp.enable=true | ... | ... |
src/main/resources/application-dev.yml