Commit 1c150587 authored by 黎博's avatar 黎博

将http log切片改回成只有mock controller

parent 7f721fc1
......@@ -30,7 +30,7 @@ public class HttpLogAspect {
private static final Logger logger = LoggerFactory.getLogger(HttpLogAspect.class);
@Pointcut("execution(public * cn.qg.holmes.controller.*..*(..))")
@Pointcut("execution(public * cn.qg.holmes.controller.mock..*(..))")
public void httpRequestLog() {}
/**
......
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