Skip to content

Commit

Permalink
Reduce message emit log to DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 9, 2023
1 parent de1036d commit b2a7f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_mq_connector/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def send_message(self,
exchange=exchange,
exchange_type=exchange_type,
expiration=expiration)
LOG.info(f'Message propagated, id={msg_id}')
LOG.debug(f'Message propagated, id={msg_id}')
return msg_id

@retry(use_self=True, num_retries=__run_retries__)
Expand Down

0 comments on commit b2a7f51

Please sign in to comment.