mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	documentation_crawler: Set the default log level to warning.
This doesn’t seem to add any noise in the normal case, but if anything shows up here we might want to see it. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							2f547eaee4
						
					
				
				
					commit
					c59747360a
				
			| @@ -14,7 +14,7 @@ BOT_NAME = 'documentation_crawler' | |||||||
| SPIDER_MODULES = ['documentation_crawler.spiders'] | SPIDER_MODULES = ['documentation_crawler.spiders'] | ||||||
| NEWSPIDER_MODULE = 'documentation_crawler.spiders' | NEWSPIDER_MODULE = 'documentation_crawler.spiders' | ||||||
| COMMANDS_MODULE = 'documentation_crawler.commands' | COMMANDS_MODULE = 'documentation_crawler.commands' | ||||||
| LOG_LEVEL = 'ERROR' | LOG_LEVEL = 'WARNING' | ||||||
|  |  | ||||||
|  |  | ||||||
| # Crawl responsibly by identifying yourself (and your website) on the user-agent | # Crawl responsibly by identifying yourself (and your website) on the user-agent | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user