|  | @@ -61,7 +61,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
 | 
	
		
			
				|  |  |  		excludePathPatterns.add("/login");
 | 
	
		
			
				|  |  |  		registry.addInterceptor(mdcInterceptor).addPathPatterns(includePathPatterns).excludePathPatterns(excludePathPatterns);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -		registry.addInterceptor(operationLogInterceptor).addPathPatterns("/**").excludePathPatterns("/login");
 | 
	
		
			
				|  |  | +//		registry.addInterceptor(operationLogInterceptor).addPathPatterns("/**").excludePathPatterns("/login");
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	/**
 |