Commit a7094f760d6b100d7ac883ef8ec4d3ae2e23dafa

Authored by Adhidarma Hadiwinoto
1 parent 0230384905
Exists in master

tambahan artribut requestId pada log direct response

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

... ... @@ -229,7 +229,7 @@ function topupRequest(task) {
229 229  
230 230 } else {
231 231  
232   - logger.info('DIRECT RESPONSE', {body: body});
  232 + logger.info('DIRECT RESPONSE', {requestId: task.requestId, body: body});
233 233  
234 234 xml2js(body, function (err, result) {
235 235 if (err) {