Commit a1095e72e5970ebbe69bb0348dae4e6820238edb

Authored by Adhidarma Hadiwinoto
1 parent 9ca059a9ae
Exists in master

Debug

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -43,7 +43,7 @@ function onIncomingMessage(params) {
43 43 }
44 44 }
45 45  
46   - logger.verbose('MESSAGING-CLIENT-LIB: Sending report to messaging service');
  46 + logger.verbose('MESSAGING-CLIENT-LIB: Sending report to messaging service', { qs: requestOptions.qs });
47 47 request(requestOptions, function(err, res, body) {
48 48 if (err) {
49 49 logger.warn('MESSAGING-CLIENT-LIB: error on request to messaging service', {err: err});