mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +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…
Reference in New Issue
Block a user