Commit 916fdcf584484c047ba533b47c8783bd010eef9a
1 parent
cc60460055
Exists in
master
Add debug on response data
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
lib/hit.js
... | ... | @@ -82,7 +82,7 @@ module.exports = async (xid, task) => { |
82 | 82 | throw e; |
83 | 83 | } |
84 | 84 | |
85 | - logger.verbose(`${MODULE_NAME} D0CBD82A: Parsing response`, { xid }); | |
85 | + logger.verbose(`${MODULE_NAME} D0CBD82A: Parsing response`, { xid, responseBody: response.data }); | |
86 | 86 | parseResult(xid, task.trx_id, response.data, false); |
87 | 87 | } catch (e) { |
88 | 88 | eToDump = e; |