소스 검색

停用相关日志打印

Eric 2 년 전
부모
커밋
380b35c927
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      mec-websocket/src/main/java/com/ym/mec/web/handler/WhiteboardHandler.java

+ 2 - 2
mec-websocket/src/main/java/com/ym/mec/web/handler/WhiteboardHandler.java

@@ -190,8 +190,8 @@ public class WhiteboardHandler {
         // 客户端类型
         String clientType = client.getHandshakeData().getSingleUrlParam(CLIENT_TYPE);
 
-        log.debug("onHeartbeatSync client={}, ns={}, roomId={}, userId={}, timestamp={}", client.getSessionId(),
-                client.getNamespace().getName(), roomId, userId, timestamp);
+        /*log.debug("onHeartbeatSync client={}, ns={}, roomId={}, userId={}, timestamp={}", client.getSessionId(),
+                client.getNamespace().getName(), roomId, userId, timestamp);*/
 
         if (StringUtils.isNoneBlank(roomId, userId, clientType)) {