Commit 3129fdd0 authored by xuepeng.chang's avatar xuepeng.chang

日志打印

parent 3e35d046
......@@ -49,8 +49,8 @@ public class LogCallHttpAspect {
Object result = null;
try {
result = pjp.proceed();
} catch (Throwable e) {
log.error(e.getMessage());
} catch (Exception e) {
log.error("[LogCallHttpAspect][record]出现异常",e);
hasException = true;
throw e;
} finally {
......
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