配置日志输出

master
Guo XIn 1 year ago
parent d86a677ecd
commit 6ade90dd57
  1. 3
      shandan-bianmu/src/main/resources/application-dev.yml
  2. 3
      shandan-browser/src/main/resources/application-dev.yml
  3. 6
      shandan-control/src/main/resources/application-dev.yml
  4. 3
      shandan-desktop/src/main/resources/application-dev.yml

@ -50,4 +50,5 @@ project:
# 日志级别 # 日志级别
logging: logging:
level: level:
root: debug com.keyware: debug

@ -50,4 +50,5 @@ project:
logging: logging:
level: level:
root: debug com.keyware: debug

@ -25,10 +25,6 @@ spring:
rest: rest:
uris: http://127.0.0.1:9200 uris: http://127.0.0.1:9200
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
security: security:
oauth2: oauth2:
client: client:
@ -51,4 +47,4 @@ project:
logging: logging:
level: level:
root: debug com.keyware: debug

@ -48,7 +48,6 @@ security:
user-authorization-uri: ${oauth.server.proxy}/oauth/authorize user-authorization-uri: ${oauth.server.proxy}/oauth/authorize
resource: resource:
user-info-uri: ${oauth.server.internal}/oauth/user/info user-info-uri: ${oauth.server.internal}/oauth/user/info
logging: logging:
level: level:
root: debug com.keyware: debug