From 70a83cbe066f4751ec1615422649144557d17315 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 4 Sep 2025 13:01:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A5=E5=BF=97=E7=AD=89=E7=BA=A7?= =?UTF-8?q?=E5=8F=AF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- websocket_service/src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket_service/src/main/resources/application.properties b/websocket_service/src/main/resources/application.properties index 6f31f77c7..0bce91d31 100644 --- a/websocket_service/src/main/resources/application.properties +++ b/websocket_service/src/main/resources/application.properties @@ -14,9 +14,9 @@ spring.rabbitmq.virtual-host=/ app.jwt.secret=${JWT_SECRET:jwt_sec} # 日志配置 -logging.level.com.openisle=INFO -logging.level.org.springframework.messaging=DEBUG -logging.level.org.springframework.web.socket=DEBUG +logging.level.com.openisle=${LOG_LEVEL:INFO} +logging.level.org.springframework.messaging=${MESSAGING_LOG_LEVEL:DEBUG} +logging.level.org.springframework.web.socket=${WEBSOCKET_LOG_LEVEL:DEBUG} # 网站 URL 配置 app.website-url=${WEBSITE_URL:https://www.open-isle.com} \ No newline at end of file