mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Fix use of logging instead of logger
(imported from commit cd25471e842e089d5032b07bcd83c6fe44d03a2d)
This commit is contained in:
		@@ -284,7 +284,7 @@ def process_loop(log):
 | 
			
		||||
            try:
 | 
			
		||||
                maybe_restart_mirroring_script()
 | 
			
		||||
                if restart_check_count > 0:
 | 
			
		||||
                    logging.info("Stopped getting errors checking whether restart is required.")
 | 
			
		||||
                    logger.info("Stopped getting errors checking whether restart is required.")
 | 
			
		||||
                    restart_check_count = 0
 | 
			
		||||
            except Exception:
 | 
			
		||||
                if restart_check_count < 5:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user