日志级别调整和去掉没用的配置

This commit is contained in:
taochengbo
2020-12-14 22:04:09 +08:00
parent a2187f2618
commit 0e7b2f46ab
2 changed files with 4 additions and 7 deletions

View File

@ -93,7 +93,4 @@ file:
maxSize: 100
avatarMaxSize: 5
yshop:
hApi: https://127.0.0.1:8000
wechatCode: http://127.0.0.1:8000/upload/qrcode_for_gh_2ac8f422a79f_258.jpg
miniAppID:

View File

@ -52,9 +52,9 @@ yshop:
logging:
level:
co.yixiang: DEBUG
org.springframework.web: DEBUG
me.chanjar.weixin: DEBUG
co.yixiang: ERROR
org.springframework.web: ERROR
me.chanjar.weixin: ERROR
mybatis-plus:
check-config-location: true