Skip to content

Commit 09eb7a2

Browse files
add logging
1 parent 0537463 commit 09eb7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ResourceService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ async function listChallengesByMember (memberId, criteria) {
472472
const esClient = await helper.getESClient()
473473
let docs
474474
try {
475-
// logger.debug(`es query: ${JSON.stringify(esQuery)}`)
475+
logger.debug(`es query: ${JSON.stringify(esQuery)}`)
476476
docs = await esClient.search(esQuery)
477477
} catch (e) {
478478
// Catch error when the ES is fresh and has no data

0 commit comments

Comments
 (0)