日志级别调整和去掉没用的配置
This commit is contained in:
@ -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:
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user