Commit 790bf807 authored by yanzg's avatar yanzg

不记录系统日志

parent 676c00cc
...@@ -49,8 +49,6 @@ public class MqAspect extends BaseRequestAspect { ...@@ -49,8 +49,6 @@ public class MqAspect extends BaseRequestAspect {
Log.threadBegin(); Log.threadBegin();
start = requestLog(TAG, clear, joinPoint); start = requestLog(TAG, clear, joinPoint);
log = startLog(TAG, getMethodUrl(joinPoint), getRequestBody(joinPoint)); log = startLog(TAG, getMethodUrl(joinPoint), getRequestBody(joinPoint));
} else {
clear = requestLogInit();
} }
Object result = null; Object result = null;
Exception ex = null; Exception ex = null;
......
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