|  | @@ -118,7 +118,7 @@ func (j *CheckClientIpJob) checkFail2BanInstalled() {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	err := exec.Command(cmd, args...).Run()
 | 
	
		
			
				|  |  |  	if err != nil {
 | 
	
		
			
				|  |  | -		logger.Error("fail2ban is not installed. IP limiting may not work properly.")
 | 
	
		
			
				|  |  | +		logger.Warning("fail2ban is not installed. IP limiting may not work properly.")
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -126,12 +126,12 @@ func (j *CheckClientIpJob) processLogFile() {
 | 
	
		
			
				|  |  |  	accessLogPath := xray.GetAccessLogPath()
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	if accessLogPath == "none" {
 | 
	
		
			
				|  |  | -		logger.Error("Access log is set to 'none' check your Xray Configs")
 | 
	
		
			
				|  |  | +		logger.Warning("Access log is set to 'none' check your Xray Configs")
 | 
	
		
			
				|  |  |  		return
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	if accessLogPath == "" {
 | 
	
		
			
				|  |  | -		logger.Error("Access log doesn't exist in your Xray Configs")
 | 
	
		
			
				|  |  | +		logger.Warning("Access log doesn't exist in your Xray Configs")
 | 
	
		
			
				|  |  |  		return
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 |