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