Commit 22e8136644486f14b13ddbee3f9d2455c8324166
1 parent
5d3ed0dc3d
Exists in
master
ubah jadi logger.info
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-bayarkilat.js
... | ... | @@ -52,7 +52,7 @@ function topupRequest(task, retry) { |
52 | 52 | } |
53 | 53 | }; |
54 | 54 | |
55 | - logger.verbose('Requesting to partner', {requestOption: options}); | |
55 | + logger.info('Requesting to partner', {requestOption: options}); | |
56 | 56 | request(options, function(error, response, body) { |
57 | 57 | if (error) { |
58 | 58 | logger.warn('Error requesting to partner', {error: error}); |