2
0

fix: remove debug log setting

This commit is contained in:
wfc
2025-02-27 17:21:53 +08:00
parent 93e9893b6a
commit 404394190a
2 changed files with 0 additions and 20 deletions

View File

@@ -72,19 +72,6 @@ swagger:
license: Powered By wfc
licenseUrl: https://wfc.vip
logging:
level:
root: DEBUG
org:
springframework: DEBUG
mybatis:
mapper: DEBUG
com:
github:
binarywang: DEBUG
file:
name: /opt/wfc/logs/wfc-payment.log
# payment configuration,
# alipay configuration
alipay:

View File

@@ -57,10 +57,3 @@ swagger:
title: 系统模块接口文档
license: Powered By wfc
licenseUrl: https://wfc.vip
logging:
level:
root: INFO
org.springframework.web: INFO
org.mybatis.mapper: DEBUG
org.wfc.user: DEBUG