Skip to content

Commit 8b2cfa8

Browse files
committed
improve logs
1 parent fb429f7 commit 8b2cfa8

File tree

1 file changed

+1
-1
lines changed
  • packages/service-library/src/servicelib/rabbitmq

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/rabbitmq/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async def _on_message(
9696
await _safe_nack(message_handler, max_retries_upon_error, message)
9797
except Exception: # pylint: disable=broad-exception-caught
9898
_logger.exception(
99-
"Exception raised when handling message. This is catched and will continue. TIP: review your code"
99+
"Exception raised when handling message. TIP: review your code"
100100
)
101101
with log_catch(_logger, reraise=False):
102102
await _safe_nack(message_handler, max_retries_upon_error, message)

0 commit comments

Comments
 (0)