Commit 790bf807 authored by yanzg's avatar yanzg

不记录系统日志

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