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

Commit e49d841

Browse files
Reduce debug log
1 parent fce1c63 commit e49d841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/es-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ async function searchElasticSearch (resource, ...args) {
11271127
checkIfExists,
11281128
getAuthUser
11291129
} = require('./helper')
1130-
logger.debug(`Searching ES first: ${JSON.stringify(args, null, 2)}`)
1130+
logger.debug(`Searching ES first with query args: ${JSON.stringify(args[0], null, 2)}`)
11311131
// path and query parameters
11321132
const params = args[0]
11331133
const authUser = args[1]

0 commit comments

Comments
 (0)