mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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',
|
'Queuing USER',
|
||||||
'IgnoresDB.reload failed',
|
'IgnoresDB.reload failed',
|
||||||
'Starting log for',
|
'Starting log for',
|
||||||
|
'Irc object for test dying',
|
||||||
|
'Last Irc,',
|
||||||
]
|
]
|
||||||
def filter(self, record):
|
def filter(self, record):
|
||||||
for bad in self.bads:
|
for bad in self.bads:
|
||||||
|
Loading…
Reference in New Issue
Block a user