stjdydayou 4 лет назад
Родитель
Сommit
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();