From e2ed205d30b0b1c2269260beb8538e29236df05f Mon Sep 17 00:00:00 2001 From: Xiong Neng Date: Sat, 15 Sep 2018 16:13:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90springboot-websocket=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/springboot-websocket/src/main/resources/application.yml b/springboot-websocket/src/main/resources/application.yml index 7485c60..6651d40 100644 --- a/springboot-websocket/src/main/resources/application.yml +++ b/springboot-websocket/src/main/resources/application.yml @@ -24,20 +24,4 @@ logging: ROOT: INFO com: xncoding: DEBUG - file: E:/logs/app.log - ---- - -##################################################################### -######################## 测试环境profile ########################## -##################################################################### - -spring: - profiles: test - -logging: - level: - ROOT: INFO - com: - xncoding: DEBUG - file: /var/logs/app.log + file: D:/logs/app.log