Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b08b964

Browse files
Debug why updates to ES are not working
1 parent b349018 commit b08b964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ async function updateUser (userId, body, seqNo, primaryTerm, transactionId) {
169169
if (err && err.meta && err.meta.body && err.meta.body.error) {
170170
logger.debug(JSON.stringify(err.meta.body.error, null, 4))
171171
}
172+
logger.debug(JSON.stringify(err))
172173
throw err
173174
}
174175
}

0 commit comments

Comments
 (0)