Github user mdunker commented on a diff in the pull request:
https://github.com/apache/usergrid/pull/575#discussion_r141448710
--- Diff:
stack/corepersistence/queue/src/main/java/org/apache/usergrid/persistence/queue/impl/SNSQueueManagerImpl.java
---
@@ -647,8 +740,7 @@ public void sendMessages( final List bodies ) throws
IOException {
@Override
public void onError( final Exception e ) {
-
- logger.error( "Error sending message... {}", e );
+ logger.error("Failed to send this message {}. To this
address {}. Error was ", stringBody, url, e);
--- End diff --
common format
---