配置日志输出

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:
level:
root: debug
com.keyware: debug

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

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

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