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

日志打印

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