mirror of
				https://github.com/Mikaela/Limnoria.git
				synced 2025-11-04 09:37:25 +01:00 
			
		
		
		
	Added another log filter.
This commit is contained in:
		
							parent
							
								
									fc72c88d99
								
							
						
					
					
						commit
						c4cef878e6
					
				@ -92,6 +92,8 @@ class TestLogFilter(logging.Filter):
 | 
			
		||||
        'Queuing USER',
 | 
			
		||||
        'IgnoresDB.reload failed',
 | 
			
		||||
        'Starting log for',
 | 
			
		||||
        'Irc object for test dying',
 | 
			
		||||
        'Last Irc,',
 | 
			
		||||
        ]
 | 
			
		||||
    def filter(self, record):
 | 
			
		||||
        for bad in self.bads:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user