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

Loading…
Cancel
Save