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

Commit b7ba965

Browse files
Merge pull request #86 from topcoder-platform/enable-es-errorlog
[Dev] Enable es errorlog
2 parents 82efb88 + 019bfd4 commit b7ba965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/challengeService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ async function getChallengeIDsFromV5 (filter, perPage, page = 1) {
397397
docs = await getESClient().search(esQuery)
398398
} catch (e) {
399399
// Catch error when the ES is fresh and has no data
400-
// logger.error(`V5 Challenge IDs try/catch ${JSON.stringify(e)}`)
400+
logger.error(`V5 Challenge IDs try/catch ${JSON.stringify(e)}`)
401401
docs = {
402402
hits: {
403403
total: 0,

0 commit comments

Comments
 (0)