Commit 0d5434d5 by hanghang.wang

日志打印去掉个人开发监控日志,加上Feign标示,合并QA跟进日志信息

parent cac5ab4d
......@@ -65,7 +65,7 @@ public class ControllerLogAop implements Ordered {
Signature sig = joinPoint.getSignature();
MethodSignature msig = null;
if (!(sig instanceof MethodSignature)) {
throw new IllegalArgumentException("非法参数使用");
throw new IllegalArgumentException("非法参数使用 ");
} else {
msig = (MethodSignature) sig;
Object target = joinPoint.getTarget();
......
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