mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-22 22:27:17 +00:00
fix: [Decoder] log level
This commit is contained in:
parent
bce6463d17
commit
7fa018b1a0
1 changed files with 2 additions and 1 deletions
|
@ -158,7 +158,8 @@ class Decoder(AbstractModule):
|
|||
|
||||
def set_out_item(self, decoder_name, item_id):
|
||||
|
||||
self.redis_logger.warning(f'{decoder_name} decoded')
|
||||
self.redis_logger.info(f'{decoder_name} decoded')
|
||||
print(f'{decoder_name} decoded')
|
||||
|
||||
# Send to duplicate
|
||||
self.send_message_to_queue(item_id, 'Duplicate')
|
||||
|
|
Loading…
Reference in a new issue