Browse Source

fix:

logging level
dev
wangqing 5 years ago
parent
commit
e713c8ca3c
  1. 9
      tduck-api/src/main/resources/application.yml

9
tduck-api/src/main/resources/application.yml

@ -25,7 +25,7 @@ server:
# 日志级别 # 日志级别
logging: logging:
level: level:
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: trace org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: debug
com.tduck.cloud: debug com.tduck.cloud: debug
mybatis-plus: mybatis-plus:
@ -45,11 +45,10 @@ mybatis-plus:
cache-enabled: false cache-enabled: false
# 请求日志是否打印 # 请求日志是否打印
platform: platform:
request: # request:
trace-log: true # trace-log: true
sign: sign:
enable: true enable: true
secret: 916lWh2WMcbSWiHv secret: 916lWh2WMcbSWiHv
@ -77,8 +76,6 @@ platform:
header: token header: token
aj: aj:
captcha: captcha:
water-mark: tduck water-mark: tduck

Loading…
Cancel
Save