Commit 595a014c by hanghang.wang

修改日志打印内容,跟进打印多次问题

parent 0d5434d5
......@@ -102,7 +102,7 @@ public class ControllerLogAop implements Ordered {
}
/**
* 过滤feign返参code是否在excludeStatusCodes存在
* 过滤返参code是否在excludeStatusCodes存在
*
* @param excludeStatusCodes
* @param statusCodeValue
......
......@@ -188,7 +188,7 @@ public class WebAspect {
}
}
ThirdPartyLog.infoConvertJson(LogThreadLocal.getTrackingNo(), SDKCommonBaseContextWare.getAppName(), start, System.currentTimeMillis(),
thirdPartLogVo.getUri(), thirdPartLogVo.getRequestBody(), logReult + "-->Feign");
thirdPartLogVo.getUri(), thirdPartLogVo.getRequestBody(), logReult);
}
} catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment