diff --git a/index.js b/index.js
index 7972bc5..528be76 100644
--- a/index.js
+++ b/index.js
@@ -43,7 +43,7 @@ function onIncomingMessage(params) {
         }
     }
 
-    logger.verbose('MESSAGING-CLIENT-LIB: Sending report to messaging service');
+    logger.verbose('MESSAGING-CLIENT-LIB: Sending report to messaging service', { qs: requestOptions.qs });
     request(requestOptions, function(err, res, body) {
         if (err) {
             logger.warn('MESSAGING-CLIENT-LIB: error on request to messaging service', {err: err});