We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee8a936 + e547f2b commit 0c7d1e9Copy full SHA for 0c7d1e9
src/routes/admin/project-index-create.js
@@ -115,8 +115,10 @@ module.exports = [
115
eClient.bulk({
116
body,
117
})
118
- .then((result) => {
+ .then((result, err) => {
119
logger.debug(`project indexed successfully (projectId: ${projectIdStart}-${projectIdEnd})`, result);
120
+ logger.debug(result);
121
+ logger.debug(err);
122
123
.catch((error) => {
124
logger.error(`Error in indexing project (projectId: ${projectIdStart}-${projectIdEnd})`, error);
0 commit comments