瀏覽代碼

Update OauthInterceptor.java

stjdydayou 4 年之前
父節點
當前提交
3205e75679
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/java/com/zhiqiyun/open/config/OauthInterceptor.java

+ 0 - 1
src/main/java/com/zhiqiyun/open/config/OauthInterceptor.java

@@ -92,7 +92,6 @@ public class OauthInterceptor implements HandlerInterceptor {
 
     @Override
     public void afterCompletion(@NonNull HttpServletRequest request, @NonNull HttpServletResponse response, @NonNull Object handler, Exception ex) {
-        log.error("", ex);
         String requestId = ServletContext.getRequestId();
         String redisKey = String.format(RedisKeys.USER_OPERATE_LOG_TEMP, requestId);
         UserOperateLog userOperateLog = this.redisTemplate.boundValueOps(redisKey).get();