Procházet zdrojové kódy

Update OauthInterceptor.java

stjdydayou před 4 roky
rodič
revize
3205e75679

+ 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();