소스 검색

upgrade version

xuxueli 5 년 전
부모
커밋
e0d1b3b16a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      xxl-job-core/src/main/java/com/xxl/job/core/util/XxlJobRemotingUtil.java

+ 1 - 1
xxl-job-core/src/main/java/com/xxl/job/core/util/XxlJobRemotingUtil.java 파일 보기

@@ -98,7 +98,7 @@ public class XxlJobRemotingUtil {
98 98
                 }
99 99
                 return returnT;
100 100
             } catch (Exception e) {
101
-                logger.error(e.getMessage(), e);
101
+                logger.error("xxl-rpc remoting response content invalid("+ resultJson +"), for url : " + url);
102 102
                 return new ReturnT<String>(ReturnT.FAIL_CODE, "xxl-rpc remoting response content invalid("+ resultJson +"), for url : " + url);
103 103
             }
104 104