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