Commit 5909d674dd3136c5ae254d24bc643a4416916bb3

Authored by Adhidarma Hadiwinoto
1 parent bc22efa206
Exists in master

logging

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

partner-bayarkilat.js
... ... @@ -49,6 +49,7 @@ function topupRequest(task, retry) {
49 49 }
50 50 };
51 51  
  52 + logger.verbose('Requesting to partner', {requestOption: options});
52 53 request(options, function(error, response, body) {
53 54 if (error) {
54 55 logger.warn('Error requesting to partner', {error: error});