Skip to content

Commit

Permalink
[ISSUE#402] supplement rocketmq sync send message failed log out.
Browse files Browse the repository at this point in the history
Co-authored-by: lucas <xieyan9@tal.com>
  • Loading branch information
andotorg and xieyan9-tal authored Nov 6, 2021
1 parent d550158 commit ceeb52e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ public SendResult syncSend(String destination, Message<?> message, long timeout,
}
return sendResult;
} catch (Exception e) {
log.error("syncSend failed. destination:{}, message:{} ", destination, message);
log.error("syncSend failed. destination:{}, message:{}, detail exception info: ", destination, message, e);
throw new MessagingException(e.getMessage(), e);
}
}
Expand Down

0 comments on commit ceeb52e

Please sign in to comment.