mirror of
				https://github.com/aykhans/AzSuicideDataVisualization.git
				synced 2025-11-04 11:59:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			181 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			181 B
		
	
	
	
		
			Python
		
	
	
	
	
	
"""minimal subset of tornado.log for zmq.eventloop.minitornado"""
 | 
						|
 | 
						|
import logging
 | 
						|
 | 
						|
app_log = logging.getLogger("tornado.application")
 | 
						|
gen_log = logging.getLogger("tornado.general")
 |