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

Commit 1e63ab8

Browse files
Merge pull request #87 from topcoder-platform/develop
[Next Release] Enable ES Error Log in PROD Env
2 parents 0250c13 + b7ba965 commit 1e63ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/challengeService.js

+1-1
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)