Reducing log level of information about dropped non-finalists
This commit is contained in:
parent
638b2a3002
commit
f075e1e167
@ -721,7 +721,7 @@ class Worker:
|
||||
participant.finalist = True
|
||||
else:
|
||||
participant.finalist = False
|
||||
self.l.warning('Dropping %s from the output as no finalist', participant)
|
||||
self.l.info('Dropping %s from the output as no finalist', participant)
|
||||
droppedParticipants.append(participant)
|
||||
|
||||
if filterOut:
|
||||
|
Loading…
Reference in New Issue
Block a user