|  | @@ -70,7 +70,7 @@ public class AuthGlobalFilter implements GlobalFilter, Ordered {
 | 
	
		
			
				|  |  |              log.error("resultToken = {}",resultToken);
 | 
	
		
			
				|  |  |              throw new ApiException(ResultCode.UNAUTHORIZED);
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | -        log.error("resultToken = {}",resultToken);
 | 
	
		
			
				|  |  | +        log.info("resultToken = {}",resultToken);
 | 
	
		
			
				|  |  |          return chain.filter(exchange);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 |