Added another log filter.

This commit is contained in:
Jeremy Fincher 2004-09-30 09:06:12 +00:00
parent fc72c88d99
commit c4cef878e6
1 changed files with 2 additions and 0 deletions

View File

@ -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: