Explorar el Código

Update OauthInterceptor.java

stjdydayou hace 4 años
padre
commit
3205e75679
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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();