Commit 4c12d725cc3af9df0d4cb1e7f1ed556bc4835fda

Authored by Adhidarma Hadiwinoto
1 parent fdf5cd24dc
Exists in master

logging request

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

... ... @@ -87,6 +87,8 @@ function topupRequest(task, pendingOnConnectError) {
87 87 }
88 88 }
89 89  
  90 + logger.verbose('Requesting to partner', {request_options: requestOptions});
  91 +
90 92 request(requestOptions, function(err, response, body) {
91 93 if (err) {
92 94 logger.warn('Error requesting to partner', {err: err});