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

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 maxSize: 100
avatarMaxSize: 5 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: logging:
level: level:
co.yixiang: DEBUG co.yixiang: ERROR
org.springframework.web: DEBUG org.springframework.web: ERROR
me.chanjar.weixin: DEBUG me.chanjar.weixin: ERROR
mybatis-plus: mybatis-plus:
check-config-location: true check-config-location: true